Xamarin.Forms by Xamarin Inc.

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

 Xamarin.Forms 1.5.2.6477-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.2.6477-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>## Features ##

- Entry.HorizontalTextAlignment
- SearchBar.FontAttributes, FontFamily, FontSize
- XAlign properties renamed HorizontalTextAlignment
- YAlign properties renamed VerticalTextAlignment
- Add PinchGestureRecognizer

## Bug Fixes ##

- [iOS] Resolve issue where scroll to top when tapping Status Bar sometimes wouldn't work
- [Win] Fix issue where page sometimes would load blank when used with IsVisible
- Resolve issue where SearchBar would reset keyboard status sometimes
- XamlC support flags as enums now
- Resolve compatibility issue with iOS7 and PreservesSuperviewLayoutMargins
- Fix issue with StackLayout optimization
- UWP CancelColor now supported on SearchBar
- Forms.Init only requires IActivatedEventArgs on windows now
</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="23.0.1.3" />
        <dependency id="Xamarin.Android.Support.Design" version="23.0.1.3" />
        <dependency id="Xamarin.Android.Support.v7.AppCompat" version="23.0.1.3" />
        <dependency id="Xamarin.Android.Support.v7.CardView" version="23.0.1.3" />
        <dependency id="Xamarin.Android.Support.v7.MediaRouter" version="23.0.1.3" />
      </group>
    </dependencies>
  </metadata>
</package>