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

Commit 9f87fbb

Browse files
authored
Update README.md
1 parent b61b456 commit 9f87fbb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Simple cross-platform plugin to work with screen orientation of mobile device.
99
#### Setup
1010

1111
* Available on NuGet: [![NuGet Badge](https://buildstats.info/nuget/Plugin.DeviceOrientation)](https://www.nuget.org/packages/Plugin.DeviceOrientation/)
12-
* Install into your PCL project and Platform Specific projects
12+
* Install into your PCL/NetStandard project and Platform Specific projects
1313

1414
#### Platform Support
1515

@@ -27,9 +27,6 @@ Simple cross-platform plugin to work with screen orientation of mobile device.
2727

2828
Implementations for unsupported platforms contains [here](https://github.com/wcoder/Xamarin.Plugin.DeviceOrientation/tree/deprecated/src/DeviceOrientation/).
2929

30-
## News
31-
- Plugins have moved to .NET Standard and have some important changes!
32-
3330
## API Usage
3431

3532
Call `CrossDeviceOrientation.Current` from any project or PCL to gain access to APIs.
@@ -132,4 +129,4 @@ public UIInterfaceOrientationMask GetSupportedInterfaceOrientations(UIApplicatio
132129
* [Yauheni Pakala](https://github.com/wcoder)
133130

134131
---
135-
© 2017 MIT License
132+
© 2018 MIT License

0 commit comments

Comments
 (0)