Xamarin.Forms by Xamarin Inc.

<PackageReference Include="Xamarin.Forms" Version="1.5.0.6401-pre2" />

 Xamarin.Forms 1.5.0.6401-pre2

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.5.0.6401-pre2</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>## Important Notes ##

This release removes VS 2015 Xaml Intellisense support because of crashing issues on the Microsoft Xaml editor. After updating we recommend completely removing the entire 1.5.0-pre1 directory from the packages folder. This will help ensure VS does not continue to have issues.

## Resolved Issues introduced 1.5.0-pre1 ##
- [Bug 32881](https://bugzilla.xamarin.com/show_bug.cgi?id=32881) - Null Reference Exception launching a page from a Carousel
- [Bug 32888](https://bugzilla.xamarin.com/show_bug.cgi?id=32888) - HasUnevenRows = true causes all rows to be jumbled

## Bug Fixes ##

- [Bug 31114](https://bugzilla.xamarin.com/show_bug.cgi?id= 31114) - [iOS] ContextAction leaves blank line after swiping in ListView
- [Bug 32534](https://bugzilla.xamarin.com/show_bug.cgi?id= 32534) - [iOS] Selecting an item appears to remove it from collection

## Other Fixes ##

- [iOS] Throwing NSInternalInconsistencyException when clearing and adding items to a ObservableCollection.
- [iOS] MasterDetailPage Icon would not update correctly on rotation
- [Win] Fix group header height on phone 

## Other Changes ##
Remove Xaml Intellisense VS support.</releaseNotes>
    <copyright>Copyright 2013-2015</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="22.2.1.0" />
      </group>
    </dependencies>
  </metadata>
</package>