Xamarin.Forms by Xamarin Inc.

<PackageReference Include="Xamarin.Forms" Version="1.2.2.6241-pre3" />

 Xamarin.Forms 1.2.2.6241-pre3

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.2.2.6241-pre3</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>## Bug Fixes

- [All] ImageCell and Button properly update image which image source changes.
- [Android] ToolbarItems set on a NavigationPage should now show up.
- [Android] Button text no longer will randomly re-align to the left side of the screen
- [XAML] Using x:Name inside of a DataTemplate no longer triggers errant fields in g.cs file
- [XAML] x:TypeArguments now works at root level, fixing generic subclassing from XAML
- [iOS] ActionSheets should no longer double trigger if the root page gets re-assigned
- [Core] There is now a better exception thrown if an Element with a parent is attempted to be used in a PushAsync operation.
</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="19.1.0" />
      </group>
    </dependencies>
  </metadata>
</package>