Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit dc94d04

Browse files
committed
Update nuspec
1 parent ce37e6e commit dc94d04

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

nuget/DeviceOrientation.nuspec

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata minClientVersion="2.8.1">
44
<id>Plugin.DeviceOrientation</id>
5-
<version>1.0.7</version>
5+
<version>2.0.0-beta</version>
66
<title>Device Orientation Plugin for Xamarin and Windows</title>
77
<authors>Yauheni Pakala</authors>
88
<owners>Yauheni Pakala</owners>
@@ -13,23 +13,19 @@
1313
<description>
1414
Simple cross-platform plugin to work with screen orientation of mobile device.
1515
</description>
16-
<releaseNotes>
17-
</releaseNotes>
16+
<releaseNotes>See: https://github.com/wcoder/Xamarin.Plugin.DeviceOrientation/releases</releaseNotes>
1817
<summary>Simple cross-platform plugin to work with screen orientation of mobile device.</summary>
19-
<tags>xamarin, pcl, xam.pcl, orientation, .netstandart, uwp, android, xamarin.forms, ios, orientation lock, device orientation</tags>
18+
<tags>xamarin, orientation, .netstandart, uwp, android, xamarin.forms, ios, orientation lock, device orientation</tags>
2019
<dependencies>
21-
<group targetFramework="netstandard1.0">
22-
<dependency id="NETStandard.Library" version="1.6.1" />
23-
</group>
2420
<group targetFramework="MonoAndroid10">
25-
<dependency id="Plugin.CurrentActivity" version="1.0.1"/>
21+
<dependency id="Plugin.CurrentActivity" version="2.1.0.4"/>
2622
</group>
2723
</dependencies>
2824
</metadata>
2925
<files>
3026

3127
<!--Core-->
32-
<file src="..\src\DeviceOrientation\Plugin.DeviceOrientation\bin\Release\netstandard1.0\Plugin.DeviceOrientation.*" target="lib\netstandard1.0" />
28+
<file src="..\src\DeviceOrientation\Plugin.DeviceOrientation\bin\Release\netstandard2.0\Plugin.DeviceOrientation.*" target="lib\netstandard2.0" />
3329

3430
<!--Xamarin.Android-->
3531
<file src="..\src\DeviceOrientation\Plugin.DeviceOrientation.Android\bin\Release\Plugin.DeviceOrientation.*" target="lib\MonoAndroid10" />

0 commit comments

Comments
 (0)