Moment.js.nuspec 1.4 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  3. <metadata>
  4. <id>Moment.js</id>
  5. <version>2.8.4</version>
  6. <authors>Tim Wood</authors>
  7. <owners>Cory Deppen, Iskren Chernev</owners>
  8. <description>A lightweight javascript date library for parsing, manipulating, and formatting dates.</description>
  9. <releaseNotes>
  10. - Add LTS localised format that includes seconds
  11. - Added formatToken 'x' for unix offset in milliseconds #1938
  12. - Support 24:00:00.000 to mean next day, at midnight.
  13. - Accept 'date' key when creating moment with object
  14. - Use native toISOString when we can
  15. - Some bugfixes and language improvements
  16. </releaseNotes>
  17. <projectUrl>http://momentjs.com/</projectUrl>
  18. <iconUrl>http://pbs.twimg.com/profile_images/482670411402858496/Xrtdc94q_normal.png</iconUrl>
  19. <licenseUrl>https://raw.github.com/timrwood/moment/master/LICENSE</licenseUrl>
  20. <tags>JavaScript date time browser node.js</tags>
  21. </metadata>
  22. <files>
  23. <file src="moment.js" target="Content\Scripts" />
  24. <file src="min/moment.min.js" target="Content\Scripts" />
  25. <file src="min/moment-with-locales.js" target="Content\Scripts" />
  26. <file src="min/moment-with-locales.min.js" target="Content\Scripts" />
  27. </files>
  28. </package>