Skip to content

Commit

Permalink
Bumped nuspec to 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Molinet, Fabien committed Oct 8, 2015
1 parent 6b09437 commit a2bb5f5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions FFImageLoading.Forms.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.7-alpha6</version>
<version>1.1.7</version>
<title>Xamarin Forms renderer to load images quickly and easily.</title>
<authors>Daniel Luberda, Fabien Molinet</authors>
<owners></owners>
Expand All @@ -23,17 +23,17 @@
<tags>xamarin, forms, xamarin.forms, android, ios, bitmap, image, cache, webp, quick, easy, lru, load, loading, save</tags>
<dependencies>
<group targetFramework="portable-net45+win+wp80+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10">
<dependency id="Xamarin.FFImageLoading" version="1.1.7-alpha6" />
<dependency id="Xamarin.FFImageLoading" version="1.1.7" />
</group>

<group targetFramework="MonoAndroid10">
<dependency id="Xamarin.Forms" version="1.4.4.6392" />
<dependency id="Xamarin.FFImageLoading" version="1.1.7-alpha6" />
<dependency id="Xamarin.FFImageLoading" version="1.1.7" />
</group>

<group targetFramework="Xamarin.iOS10">
<dependency id="Xamarin.Forms" version="1.4.4.6392" />
<dependency id="Xamarin.FFImageLoading" version="1.1.7-alpha6" />
<dependency id="Xamarin.FFImageLoading" version="1.1.7" />
</group>
</dependencies>
</metadata>
Expand Down
8 changes: 4 additions & 4 deletions FFImageLoading.Transformations.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.Transformations</id>
<version>1.1.7-alpha6</version>
<version>1.1.7</version>
<title>FFImageLoading image transformations</title>
<authors>Molinet Fabien</authors>
<owners></owners>
Expand All @@ -22,15 +22,15 @@
<tags>xamarin, android, ios, bitmap, image, webp, transformation, blur, round, circle</tags>
<dependencies>
<group targetFramework="portable-net45+win+wp80+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10">
<dependency id="Xamarin.FFImageLoading" version="1.1.7-alpha6" />
<dependency id="Xamarin.FFImageLoading" version="1.1.7" />
</group>

<group targetFramework="MonoAndroid10">
<dependency id="Xamarin.FFImageLoading" version="1.1.7-alpha6" />
<dependency id="Xamarin.FFImageLoading" version="1.1.7" />
</group>

<group targetFramework="Xamarin.iOS10">
<dependency id="Xamarin.FFImageLoading" version="1.1.7-alpha6" />
<dependency id="Xamarin.FFImageLoading" version="1.1.7" />
</group>
</dependencies>
</metadata>
Expand Down
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.7-alpha6</version>
<version>1.1.7</version>
<title>Xamarin library to load images quickly and easily on iOS and Android</title>
<authors>Molinet Fabien</authors>
<owners></owners>
Expand Down

0 comments on commit a2bb5f5

Please sign in to comment.