Skip to content

Commit

Permalink
Bump version to 1.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslevesque committed Apr 26, 2018
1 parent e4f460e commit 7aa4dce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions WpfAnimatedGif.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,15 @@
<metadata>
<id>WpfAnimatedGif</id>
<title>WPF Animated GIF</title>
<version>1.4.15</version>
<version>1.4.16</version>
<description>A simple library to display animated GIF images in WPF</description>
<summary>A simple library to display animated GIF images in WPF</summary>
<authors>Thomas Levesque</authors>
<owners>Thomas Levesque</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.txt</licenseUrl>
<projectUrl>https://github.com/thomaslevesque/WpfAnimatedGif</projectUrl>
<projectUrl>https://github.com/XamlAnimatedGif/WpfAnimatedGif</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>
Fixed crash caused by AnimatedSource being changed to the same value (thanks to BlackOverlord666)
</releaseNotes>
<copyright>Copyright 2014</copyright>
<releaseNotes>https://github.com/XamlAnimatedGif/WpfAnimatedGif/wiki/Change-log</releaseNotes>
<tags>wpf animated gif</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="WindowsBase" />
Expand Down
2 changes: 1 addition & 1 deletion WpfAnimatedGif/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ class VersionInfo
/// <summary>
/// Single place to define version
/// </summary>
public const string VersionString = "1.4.15";
public const string VersionString = "1.4.16";
}
}

0 comments on commit 7aa4dce

Please sign in to comment.