diff --git a/WpfAnimatedGif.nuspec b/WpfAnimatedGif.nuspec index 3c6a5d6..2f0c4b8 100644 --- a/WpfAnimatedGif.nuspec +++ b/WpfAnimatedGif.nuspec @@ -3,7 +3,7 @@ WpfAnimatedGif WPF Animated GIF - 1.4.17 + 1.4.18 A simple library to display animated GIF images in WPF A simple library to display animated GIF images in WPF Thomas Levesque diff --git a/WpfAnimatedGif/Properties/AssemblyInfo.cs b/WpfAnimatedGif/Properties/AssemblyInfo.cs index fd5c732..e7be9ec 100644 --- a/WpfAnimatedGif/Properties/AssemblyInfo.cs +++ b/WpfAnimatedGif/Properties/AssemblyInfo.cs @@ -33,6 +33,6 @@ class VersionInfo /// /// Single place to define version /// - public const string VersionString = "1.4.17"; + public const string VersionString = "1.4.18"; } } \ No newline at end of file