Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Updated WinAppSdk to 1.6.3 #300

Merged
merged 4 commits into from
Nov 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/GIMI-ModManager.WinUI/Assets/Games/Honkai/characters.json
Original file line number Diff line number Diff line change
Expand Up @@ -966,8 +966,8 @@
"ReleaseDate": "2024-10-23T00:00:00",
"Image": "Rappa.png",
"Rarity": 5,
"Element": "Erudition",
"Class": "Nihility",
"Element": "Imaginary",
"Class": "Erudition",
"Region": [
"Cosmic"
],
Expand Down
4 changes: 2 additions & 2 deletions src/GIMI-ModManager.WinUI/GIMI-ModManager.WinUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240923002" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.241114003" />
<PackageReference Include="Microsoft.Xaml.Behaviors.WinUI.Managed" Version="2.0.9" />
<PackageReference Include="OneOf" Version="3.0.271" />
<PackageReference Include="Polly" Version="8.5.0" />
Expand All @@ -59,7 +59,7 @@
<PackageReference Include="System.Memory" Version="4.6.0" />
<PackageReference Include="WindowsDisplayAPI" Version="1.3.0.13" />
<PackageReference Include="WinUI3Localizer" Version="2.2.0" />
<PackageReference Include="WinUIEx" Version="2.4.2" />
<PackageReference Include="WinUIEx" Version="2.5.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/GIMI-ModManager.sln
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ Global
{39EB6AA5-26F0-469B-BD0F-63A9BEA764B4}.Debug|Any CPU.Build.0 = Debug|x64
{39EB6AA5-26F0-469B-BD0F-63A9BEA764B4}.Debug|arm64.ActiveCfg = Debug|Any CPU
{39EB6AA5-26F0-469B-BD0F-63A9BEA764B4}.Debug|arm64.Build.0 = Debug|Any CPU
{39EB6AA5-26F0-469B-BD0F-63A9BEA764B4}.Debug|x64.ActiveCfg = Debug|Any CPU
{39EB6AA5-26F0-469B-BD0F-63A9BEA764B4}.Debug|x64.Build.0 = Debug|Any CPU
{39EB6AA5-26F0-469B-BD0F-63A9BEA764B4}.Debug|x64.ActiveCfg = Debug|x64
{39EB6AA5-26F0-469B-BD0F-63A9BEA764B4}.Debug|x64.Build.0 = Debug|x64
{39EB6AA5-26F0-469B-BD0F-63A9BEA764B4}.Debug|x86.ActiveCfg = Debug|Any CPU
{39EB6AA5-26F0-469B-BD0F-63A9BEA764B4}.Debug|x86.Build.0 = Debug|Any CPU
{39EB6AA5-26F0-469B-BD0F-63A9BEA764B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
4 changes: 2 additions & 2 deletions src/JASM.AutoUpdater/JASM.AutoUpdater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240923002" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.241114003" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Serilog" Version="4.1.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
<PackageReference Include="WinUIEx" Version="2.4.2" />
<PackageReference Include="WinUIEx" Version="2.5.0" />
<Manifest Include="$(ApplicationManifest)" />
</ItemGroup>

Expand Down
Loading