Skip to content

Commit

Permalink
Bumped version 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Molinet, Fabien committed Sep 27, 2015
1 parent 003e5fd commit 44ea66c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions FFImageLoading.Forms.Droid/FFImageLoading.Forms.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
<AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk>
<AssemblyName>FFImageLoading.Forms.Droid</AssemblyName>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v5.1</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -58,7 +58,7 @@
<HintPath>..\packages\Xamarin.Forms.1.4.4.6392\lib\MonoAndroid10\Xamarin.Forms.Platform.dll</HintPath>
</Reference>
<Reference Include="FFImageLoading.Droid">
<HintPath>..\packages\Xamarin.FFImageLoading.1.1.6-alpha1\lib\MonoAndroid10\FFImageLoading.Droid.dll</HintPath>
<HintPath>..\packages\Xamarin.FFImageLoading.1.1.6\lib\MonoAndroid10\FFImageLoading.Droid.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion FFImageLoading.Forms.Droid/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<packages>
<package id="modernhttpclient" version="2.2.0" targetFramework="MonoAndroid44" />
<package id="Xamarin.Android.Support.v4" version="21.0.3.0" targetFramework="MonoAndroid50" />
<package id="Xamarin.FFImageLoading" version="1.1.5" targetFramework="MonoAndroid51" />
<package id="Xamarin.FFImageLoading" version="1.1.6" targetFramework="MonoAndroid51" />
<package id="Xamarin.Forms" version="1.4.4.6392" targetFramework="MonoAndroid50" />
</packages>
4 changes: 2 additions & 2 deletions FFImageLoading.Forms.Touch/FFImageLoading.Forms.Touch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
<HintPath>..\packages\Xamarin.Forms.1.4.4.6392\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll</HintPath>
</Reference>
<Reference Include="WebP.Touch">
<HintPath>..\packages\WebP.Touch.1.0.0\lib\Xamarin.iOS10\WebP.Touch.dll</HintPath>
<HintPath>..\packages\WebP.Touch.1.0.1\lib\Xamarin.iOS10\WebP.Touch.dll</HintPath>
</Reference>
<Reference Include="FFImageLoading.Touch">
<HintPath>..\packages\Xamarin.FFImageLoading.1.1.5\lib\Xamarin.iOS10\FFImageLoading.Touch.dll</HintPath>
<HintPath>..\packages\Xamarin.FFImageLoading.1.1.6\lib\Xamarin.iOS10\FFImageLoading.Touch.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions FFImageLoading.Forms.Touch/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="modernhttpclient" version="2.2.0" targetFramework="xamarinios10" />
<package id="WebP.Touch" version="1.0.0" targetFramework="xamarinios10" />
<package id="Xamarin.FFImageLoading" version="1.1.5" targetFramework="xamarinios10" />
<package id="WebP.Touch" version="1.0.1" targetFramework="xamarinios10" />
<package id="Xamarin.FFImageLoading" version="1.1.6" targetFramework="xamarinios10" />
<package id="Xamarin.Forms" version="1.4.4.6392" targetFramework="xamarinios10" />
</packages>
2 changes: 1 addition & 1 deletion FFImageLoading.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.8.1">
<id>Xamarin.FFImageLoading</id>
<version>1.1.5</version>
<version>1.1.6</version>
<title>Xamarin library to load images quickly and easily on iOS and Android</title>
<authors>Molinet Fabien</authors>
<owners></owners>
Expand Down
6 changes: 3 additions & 3 deletions FFImageLoadingForms.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Xamarin.FFImageLoading.Forms</id>
<version>1.1.6-alpha5</version>
<version>1.1.6</version>
<title>Xamarin Forms renderer to load images quickly and easily.</title>
<authors>Daniel Luberda, Fabien Molinet</authors>
<owners></owners>
Expand All @@ -24,12 +24,12 @@
<dependencies>
<group targetFramework="MonoAndroid10">
<dependency id="Xamarin.Forms" version="1.4.4.6392" />
<dependency id="Xamarin.FFImageLoading" version="1.1.5" />
<dependency id="Xamarin.FFImageLoading" version="1.1.6" />
</group>

<group targetFramework="Xamarin.iOS10">
<dependency id="Xamarin.Forms" version="1.4.4.6392" />
<dependency id="Xamarin.FFImageLoading" version="1.1.5" />
<dependency id="Xamarin.FFImageLoading" version="1.1.6" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 44ea66c

Please sign in to comment.