Xamarin.Forms by Xamarin Inc.

<PackageReference Include="Xamarin.Forms" Version="1.4.2.6355" />

 Xamarin.Forms 1.4.2.6355

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

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Xamarin.Forms</id>
    <version>1.4.2.6355</version>
    <authors>Xamarin Inc.</authors>
    <owners>Xamarin Inc.</owners>
    <licenseUrl>http://download.xamarin.com/content/licenses/Xamarin.Forms.rtf</licenseUrl>
    <projectUrl>http://xamarin.com/forms</projectUrl>
    <iconUrl>http://xamarin.com/content/images/nuget/xamarin.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Build native UIs for iOS, Android, and Windows Phone from a single, shared C# codebase</description>
    <releaseNotes>## 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 &gt; 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</releaseNotes>
    <copyright>Copyright 2013-2014</copyright>
    <dependencies>
      <group targetFramework="WindowsPhone8.0">
        <dependency id="WPtoolkit" version="4.2013.08.16" />
      </group>
      <group targetFramework="MonoAndroid1.0">
        <dependency id="Xamarin.Android.Support.v4" version="21.0.3.0" />
      </group>
    </dependencies>
  </metadata>
</package>