forked from moment/moment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Moment.js.nuspec
27 lines (26 loc) · 1.33 KB
/
Moment.js.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 xmlns="https://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Moment.js</id>
<version>2.27.0</version>
<authors>Tim Wood, Iskren Chernev, Moment.js contributors</authors>
<owners>Cory Deppen, Iskren Chernev</owners>
<description>A lightweight JavaScript date library for parsing, manipulating, and formatting dates.</description>
<releaseNotes>
* Release June 18, 2020
Added Turkmen locale, other locale improvements, slight TypeScript fixes
</releaseNotes>
<projectUrl>https://momentjs.com/</projectUrl>
<iconUrl>https://pbs.twimg.com/profile_images/482670411402858496/Xrtdc94q_normal.png</iconUrl>
<licenseUrl>https://raw.github.com/timrwood/moment/master/LICENSE</licenseUrl>
<tags>JavaScript date time browser node.js</tags>
</metadata>
<files>
<file src="moment.js" target="Content\Scripts" />
<file src="min/moment.min.js" target="Content\Scripts" />
<file src="min/moment.min.js.map" target="Content\Scripts" />
<file src="min/moment-with-locales.js" target="Content\Scripts" />
<file src="min/moment-with-locales.min.js" target="Content\Scripts" />
<file src="min/moment-with-locales.min.js.map" target="Content\Scripts" />
</files>
</package>