Xamarin.Forms.Windows 1.4.2.6355

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Xamarin.Forms.Windows --version 1.4.2.6355
NuGet\Install-Package Xamarin.Forms.Windows -Version 1.4.2.6355
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="Xamarin.Forms.Windows" Version="1.4.2.6355" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.Forms.Windows --version 1.4.2.6355
#r "nuget: Xamarin.Forms.Windows, 1.4.2.6355"
#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 Xamarin.Forms.Windows as a Cake Addin
#addin nuget:?package=Xamarin.Forms.Windows&version=1.4.2.6355

// Install Xamarin.Forms.Windows as a Cake Tool
#tool nuget:?package=Xamarin.Forms.Windows&version=1.4.2.6355

Build native UIs for iOS, Android, and Windows Phone from a single, shared C# codebase

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 is compatible. 
Windows Store win81 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Xamarin.Forms.Windows:

Repository Stars
nishanil/Xamarin.Forms-Samples
Xamarin.Forms Samples
Version Downloads Last updated
1.4.3.6358-pre2 354 4/24/2015
1.4.3.6356-pre1 81 4/21/2015
1.4.2.6355 667 4/21/2015
1.4.2.6353-pre2 215 3/31/2015
1.4.2.6350-pre1 61 3/30/2015
1.4.1.6349 212 3/30/2015
1.4.1.6347-pre2 694 3/19/2015

## Enhancements ##

- Large performance boost when laying out lots of items on Windows platform
- Small performance boost for Grid layout for all platforms
- Experimental: Allow linker to properly remove Android renderers

## Bug Fixes ##

- [Bug 27007](https://bugzilla.xamarin.com/show_bug.cgi?id=27007) - Out of Memory Error when NOT implementing a button, building to device and rotating screen multiple times
- [Bug 27808](https://bugzilla.xamarin.com/show_bug.cgi?id=27808) - WebView loads with incorrect parameter
- [Bug 27824](https://bugzilla.xamarin.com/show_bug.cgi?id=27824) - IllegalArgumentException: width and height must be > 0
- [Bug 25557](https://bugzilla.xamarin.com/show_bug.cgi?id=25557) - Pin.Clicked does not work

## Other Fixes ##

- [WinRT] Fix potential crash when Image is cleaned up
- [WinRT] Fix potential case where tab bar state does not represent app state correctly
- [iOS] ListView Header and Footer now properly track change events
- [WinRT] Add support for ScrollTo methods
- [Core] Adding warning when attempting to set GroupHeaderTemplate and GroupDisplayBinding at the same time
- [Core] Assorted stability and performance fixes