Xamarin.Forms 2.1.0.6508-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>2.1.0.6508-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>- Fix issue where InputTransparent wasn't working correctly in iOS in some cases
- Fix some cases of Layout Cycle Detected on windows
- Fix crash on android where the 20th ListView would result in a crash (introduced with DataTemplateSelectors)
- Fix crash on android when DataTemplateSelectors are used with grouping
- Fix crash when calling RemovePage on Android AppCompat
- Fix InsertPageBefore not working properly on Android AppCompat
- Fix issue in WinRT/UWP ListView not showing data if set after renderer created</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>