Skip to content

Commit b38132e

Browse files
committed
Release Acr.UserDialogs.Maui
1 parent 1127769 commit b38132e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

sample/Sample/MauiProgram.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using Acr.UserDialogs;
2+
using Samples;
23

3-
namespace Sample;
4+
namespace Samples;
45

56

67
public static class MauiProgram

sample/Sample/Sample.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</ItemGroup>
3939

4040
<ItemGroup>
41-
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.14" />
41+
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.70" />
4242
<ProjectReference Include="..\..\src\Acr.UserDialogs.Maui\Acr.UserDialogs.Maui.csproj" />
4343
<ProjectReference Include="..\..\src\Acr.UserDialogs\Acr.UserDialogs.csproj" />
4444
</ItemGroup>

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "9.0.0",
3+
"version": "9.1.0",
44
"assemblyVersion": {
55
"precision": "revision"
66
},

0 commit comments

Comments
 (0)