Xamarin.Forms by Xamarin Inc.

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

 Xamarin.Forms 1.1.1.6206

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.1.1.6206</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>1.1.1 is a bug-fix release. There are few features in Xamarin.Forms 1.1.1 over 1.1.0.

Features:

- SearchBar.Text is now BindingMode.TwoWay by default
- iOS VisualElementRenderer can now be subclassed by users
- Small Layout performance boost

Bug Fixes:

- Android cells text now lays out appropriately, centering when no detail is set.
- Android EntryCell no longer vertically squished
- On Android MasterDetailPage.Master now correctly sets icon for back arrow
- ActionBar now hides correctly on KitKat
- Images with a UriImageSource inside of a ListView or TableView should no longer crash
- Performance tweaks for android ViewCells introduced in 1.0.1 and accidentally disabled in 1.1.0 are now re-enabled.
- CarouselPage's using templated item sources should no longer crash when resetting source
- AndroidActivity.SetPage now correctly supports being called multiple times to change page contents
- Fix crash on windows phone with TwoWay binding to ListView.SelectedItem
- iOS toolbar items now use retina icons properly (no more fuzzy)
- Fix binding warning spew when creating listviews from xaml
- GroupHeaderTemplates no longer cause binding error spew to console when used
- ToolbarItems now inherit their parent pages binding context
- Setting ToolbarItem.Name in XAML will no longer result in build errors</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>