Skip to content

Commit

Permalink
Version: 版本发布0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Miaoyww committed Mar 10, 2024
1 parent 81b0d56 commit 69ad860
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
dotnet-version: 7.0.x

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.3.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
dotnet-version: 7.0.x

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.3.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
dotnet-version: 7.0.x

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.3.1
Expand Down
4 changes: 4 additions & 0 deletions NonsPlayer/NonsPlayer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@
<UseWinUI>true</UseWinUI>
<UseRidGraph>true</UseRidGraph>
<EnableMsixTooling>true</EnableMsixTooling>
<WindowsPackageType>None</WindowsPackageType>
<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>
<DefaultLanguage>zh-cn</DefaultLanguage>
<Product>NonsPlayer</Product>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<ApplicationIcon>Assets/WindowIcon.ico</ApplicationIcon>
<Configurations>Debug;Release</Configurations>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<JsonSerializerIsReflectionEnabledByDefault>true</JsonSerializerIsReflectionEnabledByDefault>

</PropertyGroup>

Expand Down

0 comments on commit 69ad860

Please sign in to comment.