Xam.Plugins.XamJam.Screen 1.0.7

Requires NuGet 2.8.1 or higher.

dotnet add package Xam.Plugins.XamJam.Screen --version 1.0.7
NuGet\Install-Package Xam.Plugins.XamJam.Screen -Version 1.0.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xam.Plugins.XamJam.Screen" Version="1.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xam.Plugins.XamJam.Screen --version 1.0.7
#r "nuget: Xam.Plugins.XamJam.Screen, 1.0.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Xam.Plugins.XamJam.Screen as a Cake Addin
#addin nuget:?package=Xam.Plugins.XamJam.Screen&version=1.0.7

// Install Xam.Plugins.XamJam.Screen as a Cake Tool
#tool nuget:?package=Xam.Plugins.XamJam.Screen&version=1.0.7

Xamarin (Android/iOS/Windows Store and Phone and UWP) plugin to determine screen size

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
MonoTouch monotouch10 is compatible. 
Universal Windows Platform uap was computed.  uap10 is compatible.  uap10.0 was computed. 
Windows Phone wp8 is compatible.  wp81 was computed.  wpa81 is compatible. 
Windows Store win8 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.7 43,784 4/15/2017
1.0.6 1,823 12/19/2016
1.0.5 2,554 7/15/2016
1.0.5-beta 1,004 6/4/2016
1.0.4-beta 1,194 4/24/2016
1.0.3-beta 1,138 4/24/2016
1.0.1-beta 1,021 4/22/2016
1.0.0-beta 1,009 4/22/2016

[1.0.0-beta]
     - Tested on WP8.1 simulator and Android S5. Still beta until I test on UWP and iOS.
     [1.0.1-beta]
     - Minor code and documentation cleanup.
     [1.0.2-beta]
     - Testing on iOS didn't go as predicted. Trying again...
     [1.0.4-beta]
     - Fixed the iOS nuspec, the template had me going to classic and using the old "Unified" directory structure. Will test this new nuspec.
     - Added 'ScreenSize.IsMaximum' since UWP apps don't provide a way to determine max screen size (since they can run with multiple monitors, change their resolution, etc.)
     - Don't ask about 1.0.3-beta, it's not the beta you're looking for.
     [1.0.5-beta]
     - Fixed Android, width and height were switched. Thanks 'alaskanrogue' for the report.
     [1.0.6]
     - No changes, just decided to finally get this thing out of beta. I might do more with it in the future, but for now it has proven generally useful as is.
     [1.0.7]
     - Android Fix: Use current screen size (accounting for rotation) instead of screen size at startup. Closes issue #4: https://github.com/jasonCodesAway/XamJam/issues/4.