forked from XamlAnimatedGif/WpfAnimatedGif
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WpfAnimatedGif.nuspec
27 lines (27 loc) · 1.26 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
<?xml version="1.0"?>
<package >
<metadata>
<id>WpfAnimatedGif</id>
<title>WPF Animated GIF</title>
<version>1.4.17</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/XamlAnimatedGif/WpfAnimatedGif</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://github.com/XamlAnimatedGif/WpfAnimatedGif/wiki/Change-log</releaseNotes>
<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>