Skip to content

Commit

Permalink
Update to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuarezruiz committed Apr 7, 2023
1 parent 3a5eb0e commit e4ad272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/AlohaKit.Gallery/AlohaKit.Gallery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

<ItemGroup Condition="$(TargetFramework.Contains('-windows'))">
<!-- Required - WinUI does not yet have buildTransitive for everything -->
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.1.3" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.1.5" />
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.0.3.1" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/AlohaKit.Gallery/Views/MainView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<!-- FOOTER -->
<Label
Grid.Row="2"
Text="AlohaKit 2022"
Text="AlohaKit 2023"
Style="{StaticResource FooterStyle}" />
</Grid>
</ScrollView>
Expand Down

0 comments on commit e4ad272

Please sign in to comment.