-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathFluqi.nuspec
38 lines (36 loc) · 1.38 KB
/
Fluqi.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
31
32
33
34
35
36
37
38
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Fluqi</id>
<version>1.13.2</version>
<authors>Franz Junge</authors>
<owners>Franz Junge</owners>
<projectUrl>https://github.com/toepoke/fluqi</projectUrl>
<repository url="https://github.com/toepoke/fluqi"></repository>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">license.txt</license>
<description>Ease jQuery UI development with the Fluqi fluent interface library.</description>
<readme>README.md</readme>
<releaseNotes>Upgraded to be in sync with the recent release of jQuery UI 1.13.2</releaseNotes>
<copyright>Copyright 2020</copyright>
<tags>jQuery jQueryUI ASP.NET MVC plugins</tags>
<dependencies>
<group targetFramework=".NETFramework4.6.2" />
</dependencies>
</metadata>
<files>
<file src="license.txt" target="" />
<file src="Fluqi\bin\Debug\Fluqi.dll" target="lib\net462" />
<file src="Fluqi\bin\Debug\Fluqi.pdb" target="lib\net462" />
<file src="Fluqi\bin\Debug\Fluqi.xml" target="lib\net462" />
<file src="README.md" target="\" />
</files>
</package>
<!--
These came from metadata
<licenseUrl>http://LICENSE_URL_HERE_OR_DELETE_THIS_LINE</licenseUrl>
<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>
<dependencies>
<dependency id="SampleDependency" version="1.0" />
</dependencies>
-->