Xamarin.Forms by Xamarin Inc.

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

 Xamarin.Forms 1.3.3.6323

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.3.3.6323</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 ##

- Deeply nested Grid performance enhanced

## Bug Fixes ##

- [Bug 21606](https://bugzilla.xamarin.com/show_bug.cgi?id=21606) - Page Title not updating when set in OnAppearing() Method the second time page is displayed. (iOS)
- [Bug 20798](https://bugzilla.xamarin.com/show_bug.cgi?id=20798) - ListView TextCell.DetailProperty only wraps on Android
- [Bug 24777](https://bugzilla.xamarin.com/show_bug.cgi?id=24777) - jobject must not be IntPtr.Zero exception when replacing Content of a Page
- [Bug 26214](https://bugzilla.xamarin.com/show_bug.cgi?id=26214) - On Android, InputTransparent=true does not work with ScrollView
- [Bug 22673](https://bugzilla.xamarin.com/show_bug.cgi?id=22673) - Initially hidden BoxView when made visible does not render (but does take up space in the UI)
- [Bug 25703](https://bugzilla.xamarin.com/show_bug.cgi?id=25703) - Webview waits to load the content until webviews on previous pages are loaded
- [Bug 26139](https://bugzilla.xamarin.com/show_bug.cgi?id=26139) - Navigation.RemovePage() still shows the back button on Android
- [Bug 26304](https://bugzilla.xamarin.com/show_bug.cgi?id=26304) - System.ArgumentNullException thrown when moving items in an ObservableCollection that is observed by a ListView
- [Bug 26064](https://bugzilla.xamarin.com/show_bug.cgi?id=26064) - ListView, ImageCell and disabled source cache and same image url leads to degraded performance
- [Bug 26121](https://bugzilla.xamarin.com/show_bug.cgi?id=26121) - Android ListView.ScrollTo doesn't work when ListView inside TabbedPage
- [Bug 26501](https://bugzilla.xamarin.com/show_bug.cgi?id=26501) - Context Actions cause views to be hidden on iOS after re-use
- [Bug 23585](https://bugzilla.xamarin.com/show_bug.cgi?id=23585) - [Android] ListView not updated when ObservableCollection is modified

## Other Fixes ##

- [Core] CarouselPage now has more informative error when used without Children
- [Android] BoldItalic text now works as expected
- [Android] HeaderCells no longer tapable in TableView
- [Android] Fix NullReferenceException when re-using ListView on second page
- [iOS] SearchBar cancel button hides if there is nothing to clear
- [iOS] EntryCell Completed event fires twice
- [iOS] Fix potential crash with Editor inside of a ScrollView
- [iOS] Fix potential crash when ScrollView is inside of ViewCell
- [iOS] Fix issue where ContextActions could end up out of order
- [WP] Keyboard action for search does not match other platforms
- [Xaml] Text as content property now properly trims whitespace
- [Xaml] Duplicate x:Name's throw a more informative error now
- [Xaml] Better error on Type mismatch for</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>