forked from XamlAnimatedGif/WpfAnimatedGif
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWpfAnimatedGif.nuspec
30 lines (30 loc) · 1.34 KB
/
WpfAnimatedGif.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0"?>
<package >
<metadata>
<id>WpfAnimatedGif</id>
<title>WPF Animated GIF</title>
<version>1.4.14</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>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>
Fixed crash caused by AnimatedSource being changed to the same value (thanks to BlackOverlord666)
</releaseNotes>
<copyright>Copyright 2014</copyright>
<tags>wpf animated gif</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="WindowsBase" />
<frameworkAssembly assemblyName="PresentationCore" />
<frameworkAssembly assemblyName="PresentationFramework" />
<frameworkAssembly assemblyName="System.Xaml" targetFramework="net40, net45"/>
</frameworkAssemblies>
</metadata>
<files>
<file src="WpfAnimatedGif\bin\Release\WpfAnimatedGif.dll" target="lib\net" />
<file src="WpfAnimatedGif\bin\Release\WpfAnimatedGif.xml" target="lib\net" />
</files>
</package>