Skip to content

Commit

Permalink
Updated nuspec files for 2.0.4
Browse files Browse the repository at this point in the history
And some missing XML doc
  • Loading branch information
daniel-luberda committed Jan 14, 2016
1 parent 2d34a8b commit 38a4bc5
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 15 deletions.
6 changes: 5 additions & 1 deletion source/FFImageLoading.Forms/CachedImage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -479,14 +479,18 @@ public void Cancel()

internal static Action<Cache.CacheType> InternalClearCache;

/// <summary>
/// Pauses image loading (enable or disable).
/// </summary>
/// <param name="pauseWork">If set to <c>true</c> pauses image loading.</param>
public static void SetPauseWork(bool pauseWork)
{
if (InternalSetPauseWork != null)
{
InternalSetPauseWork(pauseWork);
}
}

internal static Action<bool> InternalSetPauseWork;

/// <summary>
Expand Down
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.3</version>
<version>2.0.4</version>
<title>FFImageLoading Plugin for Windows</title>
<authors>Fabien Molinet, Daniel Luberda</authors>
<owners></owners>
Expand Down
12 changes: 6 additions & 6 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.3</version>
<version>2.0.4</version>
<title>FFImageLoading Plugin for Xamarin Forms</title>
<authors>Daniel Luberda, Fabien Molinet</authors>
<owners></owners>
Expand Down Expand Up @@ -37,26 +37,26 @@ 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.3" />
<dependency id="Xamarin.FFImageLoading" version="2.0.4" />
</group>

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

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

<group targetFramework="portable-wp8">
<dependency id="FFImageLoading.Windows" version="2.0.3" />
<dependency id="FFImageLoading.Windows" version="2.0.4" />
<dependency id="Xamarin.Forms" version="1.4.4.6392" />
</group>

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

Expand Down
12 changes: 6 additions & 6 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.3</version>
<version>2.0.4</version>
<title>FFImageLoading Transformations</title>
<authors>Molinet Fabien, Daniel Luberda</authors>
<owners></owners>
Expand All @@ -30,23 +30,23 @@ 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.3" />
<dependency id="Xamarin.FFImageLoading" version="2.0.4" />
</group>

<group targetFramework="MonoAndroid10">
<dependency id="Xamarin.FFImageLoading" version="2.0.3" />
<dependency id="Xamarin.FFImageLoading" version="2.0.4" />
</group>

<group targetFramework="Xamarin.iOS10">
<dependency id="Xamarin.FFImageLoading" version="2.0.3" />
<dependency id="Xamarin.FFImageLoading" version="2.0.4" />
</group>

<group targetFramework="portable-netcore45+wpa81">
<dependency id="FFImageLoading.Windows" version="2.0.3" />
<dependency id="FFImageLoading.Windows" version="2.0.4" />
</group>

<group targetFramework="portable-wp8">
<dependency id="FFImageLoading.Windows" version="2.0.3" />
<dependency id="FFImageLoading.Windows" version="2.0.4" />
</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.3</version>
<version>2.0.4</version>
<title>FFImageLoading Plugin for Xamarin iOS/Android</title>
<authors>Fabien Molinet, Daniel Luberda</authors>
<owners></owners>
Expand Down

0 comments on commit 38a4bc5

Please sign in to comment.