diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 3cc9b99..cecda30 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -7,7 +7,7 @@ on: branches: [ "master" ] env: - VERSION: "0.4.3.${{github.run_number}}" + VERSION: "0.4.4.${{github.run_number}}" jobs: build: diff --git a/README.md b/README.md index 4bd9c86..d46f081 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Weather 用WPF写的日历天气桌面小程序 -- .NET 7.0 +- .NET 8.0 - Visual Studio 2022 - MVVM(ReactiveUI)