Skip to content

Commit

Permalink
Release Acr.UserDialogs.Maui
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Aug 2, 2024
1 parent 1127769 commit b38132e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion sample/Sample/MauiProgram.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using Acr.UserDialogs;
using Samples;

namespace Sample;
namespace Samples;


public static class MauiProgram
Expand Down
2 changes: 1 addition & 1 deletion sample/Sample/Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.14" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.70" />
<ProjectReference Include="..\..\src\Acr.UserDialogs.Maui\Acr.UserDialogs.Maui.csproj" />
<ProjectReference Include="..\..\src\Acr.UserDialogs\Acr.UserDialogs.csproj" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "9.0.0",
"version": "9.1.0",
"assemblyVersion": {
"precision": "revision"
},
Expand Down

0 comments on commit b38132e

Please sign in to comment.