Xamarin.Forms by Xamarin Inc.

<PackageReference Include="Xamarin.Forms" Version="1.2.3.6246-pre1" />

 Xamarin.Forms 1.2.3.6246-pre1

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.3.6246-pre1</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>## Notes
This release contains a new dll used to speed up JNI bridge invocation for Android. This is the first public release with this faster bridge.

## Performance
- [Android] ListView performance increase. Especially when dealing with lots of labels or nested layouts.

## Bug Fixes
- [All] Entry no longer clears one way bindings when the user enters text
- [Core] BindableObject.ClearValue now properly triggers INPC
- [Android] ScrollView will no longer crash when inside of a ViewCell
- [Android] ListView background and divider color is now based on the theme color
- [Android] ScrollView children will no longer flow outside of ScrollView bounds
- [Android] Setting MasterDetailPage.Detail should now dispose old Detail properly
- [Android] Reshowing an existing ListView will no longer crash on selection
- [Android] Fix crash in ImageRenderer during dispose cycle
- [XAML] BindableObject can now be used as a root element in XAML, not just VisualElements. Allows creating ViewCells as root objects.
- [iOS] ContentPage inside of a NavigationPage inside of TabbedPage will no longer incorrectly set the tab title from the ContentPage
- [WinPhone] EntryCell now properly supports IsEnabled

</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>