Skip to content

Commit

Permalink
Merge pull request #579 from enisn/update-maui
Browse files Browse the repository at this point in the history
Update MAUI version to 8.0.7
  • Loading branch information
enisn authored Feb 15, 2024
2 parents 953c040 + 28b9233 commit 43664ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions common.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<Authors>enisn</Authors>
<Description>Uranium is a Free &amp; Open-Source UI Kit for MAUI.</Description>
<PackageReleaseNotes>Check GitHub releases for changelog.</PackageReleaseNotes>
<MauiVersion>8.0.7</MauiVersion>

<PublishReadyToRun>false</PublishReadyToRun>

Expand Down
2 changes: 1 addition & 1 deletion src/UraniumUI/UraniumUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.*" />
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
<PackageReference Include="InputKit.Maui" Version="4.4.1" />
<PackageReference Include="Plainer.Maui" Version="1.7.1" />
</ItemGroup>
Expand Down

0 comments on commit 43664ca

Please sign in to comment.