-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathtinysort.nuspec
23 lines (23 loc) · 1.11 KB
/
tinysort.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>tinysort</id>
<version>3.2.8</version>
<title>TinySort</title>
<authors>Ron Valstar</authors>
<owners>sjeiti</owners>
<licenseUrl>https://github.com/Sjeiti/TinySort/blob/master/LICENSE</licenseUrl>
<projectUrl>http://tinysort.sjeiti.com/</projectUrl>
<iconUrl>https://raw.githubusercontent.com/Sjeiti/TinySort/master/style/logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>- removed Grunt as build tool, build is now pure Node
- fixed issue #116 bug with sorting null values</releaseNotes>
<summary>TinySort is a small script that sorts HTMLElements.</summary>
<description>TinySort is a small script that sorts HTML elements. It sorts by text- or attribute value, or by that of one of its children.</description>
<copyright>Copyright 2016 Ron Valstar</copyright>
<tags>JavaScript sort sorting</tags>
</metadata>
<files>
<file src="dist\tinysort.*" target="content\Scripts" />
</files>
</package>