Xamarin.Forms 1.2.3.6249-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.2.3.6249-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
In this release we have changed the base class of Entry from a ViewRenderer<Entry, Canvas> to a ViewRenderer<Entry, Grid>. While it is unlikely anyone depends on this behavior, if you do you will need to update your code.
## Bug Fixes
* [Android] ListView background color will no longer throw a NotFoundException in some cases
* [Android] Fix a GREF leak when dismissing keyboard (performance and memory leak)
* [Android] Keyboard now properly hides when calling Entry.Unfocus
* [WinPhone] Calling Picker.Items.Clear no longer crashes
* [WinPhone] Entry's inside of a ViewCell will no longer incorrectly horizontally minimize
* [iOS] ScrollView will no longer exceed its bounds (extension of previous fix to include more cases)
* [iOS] Resolve a major memory leak when popping pages from Navigation stack
* [Xaml] Fix error when saving xaml file in Xamarin Studio on Windows where the file is locked by another process
</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>