File tree Expand file tree Collapse file tree
Nickvision.Application.GNOME
Nickvision.Application.Shared
Nickvision.Application.WinUI Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,15 +51,15 @@ jobs:
5151 - name : " Installer"
5252 working-directory : ${{github.workspace}}/inno
5353 env :
54- APP_FILES_PATH : ${{ env.PROJECT_NAME }}/bin/${{ matrix.variant.arch }}/Release/net10.0-windows10.0.19041 .0/win-${{ matrix.variant.arch }}/publish
54+ APP_FILES_PATH : ${{ env.PROJECT_NAME }}/bin/${{ matrix.variant.arch }}/Release/net10.0-windows10.0.22621 .0/win-${{ matrix.variant.arch }}/publish
5555 shell : pwsh
5656 run : |
5757 $ProgressPreference = 'SilentlyContinue'
5858 iscc setup.iss
5959 - name : " Portable"
6060 shell : pwsh
6161 run : |
62- $publishDir = "${{ env.PROJECT_NAME }}\bin\${{ matrix.variant.arch }}\Release\net10.0-windows10.0.19041 .0\win-${{ matrix.variant.arch }}\publish"
62+ $publishDir = "${{ env.PROJECT_NAME }}\bin\${{ matrix.variant.arch }}\Release\net10.0-windows10.0.22621 .0\win-${{ matrix.variant.arch }}\publish"
6363 $portableDir = "${{ github.workspace }}\portable"
6464 New-Item -ItemType Directory -Force -Path "$portableDir\Release" | Out-Null
6565 Copy-Item -Path "$publishDir\*" -Destination "$portableDir\Release" -Recurse
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework Condition =" $([MSBuild]::IsOSPlatform('Windows'))" >net10.0-windows10.0.19041 .0</TargetFramework >
4+ <TargetFramework Condition =" $([MSBuild]::IsOSPlatform('Windows'))" >net10.0-windows10.0.22621 .0</TargetFramework >
55 <TargetFramework Condition =" !$([MSBuild]::IsOSPlatform('Windows'))" >net10.0</TargetFramework >
66 <LangVersion >latest</LangVersion >
77 <ImplicitUsings >disable</ImplicitUsings >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework Condition =" $([MSBuild]::IsOSPlatform('Windows'))" >net10.0-windows10.0.19041 .0</TargetFramework >
4+ <TargetFramework Condition =" $([MSBuild]::IsOSPlatform('Windows'))" >net10.0-windows10.0.22621 .0</TargetFramework >
55 <TargetFramework Condition =" !$([MSBuild]::IsOSPlatform('Windows'))" >net10.0</TargetFramework >
66 <LangVersion >latest</LangVersion >
77 <ImplicitUsings >disable</ImplicitUsings >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net10.0-windows10.0.19041 .0</TargetFramework >
4+ <TargetFramework >net10.0-windows10.0.22621 .0</TargetFramework >
55 <TargetPlatformMinVersion >10.0.17763.0</TargetPlatformMinVersion >
66 <LangVersion >latest</LangVersion >
77 <ImplicitUsings >disable</ImplicitUsings >
3434 <PackageReference Include =" CommunityToolkit.WinUI.Controls.SettingsControls" Version =" 8.2.251219" />
3535 <PackageReference Include =" CommunityToolkit.WinUI.Extensions" Version =" 8.2.251219" />
3636 <PackageReference Include =" Microsoft.Windows.CsWinRT" Version =" 2.2.0" />
37- <PackageReference Include =" Microsoft.Windows.SDK.BuildTools" Version =" 10.0.26100.7705 " />
37+ <PackageReference Include =" Microsoft.Windows.SDK.BuildTools" Version =" 10.0.28000.1721 " />
3838 <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.8.260317003" />
3939 <PackageReference Include =" Nickvision.Desktop.WinUI" Version =" 2026.4.0" />
4040 </ItemGroup >
Original file line number Diff line number Diff line change 88msgstr ""
99"Project-Id-Version : PACKAGE VERSION\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2026-04-01 22:36 -0400\n "
11+ "POT-Creation-Date : 2026-04-01 22:50 -0400\n "
1212"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
1313"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
1414"Language-Team : LANGUAGE <LL@li.org>\n "
You can’t perform that action at this time.
0 commit comments