Skip to content

Commit

Permalink
Update InputKit to 4.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
enisn committed Jul 15, 2024
1 parent a1d98d9 commit aa8eccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</ItemGroup>

<ItemGroup Condition="$(TargetFramework.Contains('net8'))">
<PackageReference Include="InputKit.Maui" Version="4.4.3" />
<PackageReference Include="InputKit.Maui" Version="4.4.4" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
<PackageReference Include="InputKit.Maui" Version="4.4.3" />
<PackageReference Include="InputKit.Maui" Version="4.4.4" />
<PackageReference Include="Plainer.Maui" Version="1.7.1" />
</ItemGroup>
</Project>

0 comments on commit aa8eccf

Please sign in to comment.