Xamarin.Forms 2.0.1.6495
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.0.1.6495</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>## Features ##
- Add PanGestureRecognizer
## Bug Fixes ##
- [Android] Resolve issue where AnchorX was sometimes incorrectly represented on Android
- [Android] Resolve issue where toolbar items sometimes disappeared
- [Android] Resolve issue where back arrow was wrong color
- [UWP] Updated ActionSheet to use a ContentDialog and use a more windows friendly theme
- [XamlC] Fix all sorts of minor issues
- [WinRT] Entry no longer has erronious padding/display when in password mode
- [iOS] SearchBar text and placeholder colors now correct
- [iOS] WebView crashes when loading an URL with encoded parameters
- [WP8] Resolve issue where calling RemovePage for root of NavigationPage would result in a crash
- [WP8] Resolve issue where images would sometimes get sized to 0,0 due to measurement before load finishes</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>