Xamarin.Forms.Windows 1.4.2.6355

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Xamarin.Forms.Windows:

Package Downloads
MobiliTips.MvxPlugins.MvxForms

MvvmCross plugin to work with Xamarin Forms on iOS, Android, WinPhone SL, WinStore 8.1 & WinPhone 8.1 projects. Install this plugin on a blank MvvmCross project (each platform) without any customization so that you can click "Yes to all" on overriding alert message. If your project is not a blank one, click "No to all" and see sample on GitHub to implement it manually. Tuto available on my blog http://mobilitips.wordpress.com Release notes on nuget.org Inspired by FormsPresenters plugin with some adaptations.

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 2,275 4/24/2015
1.4.3.6356-pre1 1,380 4/21/2015
1.4.2.6355 9,059 4/21/2015
1.4.2.6353-pre2 1,260 3/31/2015
1.4.2.6350-pre1 1,098 3/30/2015
1.4.1.6349 1,479 3/30/2015
1.4.1.6347-pre2 1,890 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