Skip to content

Commit

Permalink
Updated nuspec files to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-luberda committed Dec 29, 2015
1 parent 1c2bf62 commit 39498f7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion source/FFImageLoading.Windows.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata minClientVersion="2.8.1">

<id>FFImageLoading.Windows</id>
<version>2.0.1</version>
<version>2.0.2</version>
<title>FFImageLoading Plugin for Windows</title>
<authors>Fabien Molinet, Daniel Luberda</authors>
<owners></owners>
Expand Down
10 changes: 5 additions & 5 deletions source/Xamarin.FFImageLoading.Forms.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>

<id>Xamarin.FFImageLoading.Forms</id>
<version>2.0.1</version>
<version>2.0.2</version>
<title>FFImageLoading Plugin for Xamarin Forms</title>
<authors>Daniel Luberda, Fabien Molinet</authors>
<owners></owners>
Expand Down Expand Up @@ -37,21 +37,21 @@ Ensure you call CachedImageRenderer.Init() on each platform!!!
<dependencies>

<group targetFramework="portable-net45+netcore45+wpa81+wp8+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10">
<dependency id="Xamarin.FFImageLoading" version="2.0.1" />
<dependency id="Xamarin.FFImageLoading" version="2.0.2" />
</group>

<group targetFramework="MonoAndroid10">
<dependency id="Xamarin.FFImageLoading" version="2.0.1" />
<dependency id="Xamarin.FFImageLoading" version="2.0.2" />
<dependency id="Xamarin.Forms" version="1.4.4.6392" />
</group>

<group targetFramework="Xamarin.iOS10">
<dependency id="Xamarin.FFImageLoading" version="2.0.1" />
<dependency id="Xamarin.FFImageLoading" version="2.0.2" />
<dependency id="Xamarin.Forms" version="1.4.4.6392" />
</group>

<group targetFramework="portable-netcore45+wpa81+wp8">
<dependency id="FFImageLoading.Windows" version="2.0.1" />
<dependency id="FFImageLoading.Windows" version="2.0.2" />
<dependency id="Xamarin.Forms" version="1.4.4.6392" />
</group>

Expand Down
10 changes: 5 additions & 5 deletions source/Xamarin.FFImageLoading.Transformations.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata minClientVersion="2.8.1">

<id>Xamarin.FFImageLoading.Transformations</id>
<version>2.0.1</version>
<version>2.0.2</version>
<title>FFImageLoading Transformations</title>
<authors>Molinet Fabien, Daniel Luberda</authors>
<owners></owners>
Expand All @@ -30,19 +30,19 @@ Don't forget to add the package in the Droid and Touch projects. This way the co
<dependencies>

<group targetFramework="portable-net45+netcore45+wpa81+wp8+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10">
<dependency id="Xamarin.FFImageLoading" version="2.0.1" />
<dependency id="Xamarin.FFImageLoading" version="2.0.2" />
</group>

<group targetFramework="MonoAndroid10">
<dependency id="Xamarin.FFImageLoading" version="2.0.1" />
<dependency id="Xamarin.FFImageLoading" version="2.0.2" />
</group>

<group targetFramework="Xamarin.iOS10">
<dependency id="Xamarin.FFImageLoading" version="2.0.1" />
<dependency id="Xamarin.FFImageLoading" version="2.0.2" />
</group>

<group targetFramework="portable-netcore45+wpa81+wp8">
<dependency id="FFImageLoading.Windows" version="2.0.1" />
<dependency id="FFImageLoading.Windows" version="2.0.2" />
</group>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion source/Xamarin.FFImageLoading.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata minClientVersion="2.8.1">

<id>Xamarin.FFImageLoading</id>
<version>2.0.1</version>
<version>2.0.2</version>
<title>FFImageLoading Plugin for Xamarin iOS/Android</title>
<authors>Fabien Molinet, Daniel Luberda</authors>
<owners></owners>
Expand Down

0 comments on commit 39498f7

Please sign in to comment.