Skip to content

Commit f661daf

Browse files
committed
Update version
1 parent fd0995d commit f661daf

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<RepositoryUrl>https://github.com/rotorgames/Rg.Plugins.Popup</RepositoryUrl>
1919
<RepositoryType>git</RepositoryType>
2020
<Product>$(AssemblyName) ($(TargetFramework))</Product>
21-
<Version>2.0.0.10</Version>
21+
<Version>2.0.0.11</Version>
2222

2323
<Nullable>enable</Nullable>
2424
<LangVersion>8.0</LangVersion>

Rg.Plugins.Popup/Platforms/Uap/Impl/PopupPlatformWindows.cs

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
using XPlatform = Xamarin.Forms.Platform.UWP.Platform;
1212
using Xamarin.Forms.Platform.UWP;
1313
using Windows.UI.Core;
14+
using Rg.Plugins.Popup.Exceptions;
1415

1516
[assembly: Dependency(typeof(PopupPlatformWindows))]
1617
namespace Rg.Plugins.Popup.Windows.Impl

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"msbuild-sdks": {
3-
"MSBuild.Sdk.Extras": "3.0.22"
3+
"MSBuild.Sdk.Extras": "3.0.23"
44
}
55
}

0 commit comments

Comments
 (0)