Codebase list node-moment / upstream/2.23.0+ds Moment.js.nuspec
upstream/2.23.0+ds

Tree @upstream/2.23.0+ds (Download .tar.gz)

Moment.js.nuspec @upstream/2.23.0+dsraw · history · blame

<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
    <metadata>
        <id>Moment.js</id>
        <version>2.23.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 Dec 12, 2018

            * [#4863](https://github.com/moment/moment/pull/4863) [new locale] added Kurdish language (ku)
            * [#4417](https://github.com/moment/moment/pull/4417) [bugfix] isBetween should return false for invalid dates
            * [#4700](https://github.com/moment/moment/pull/4700) [bugfix] Fix [#4698](https://github.com/moment/moment/pull/4698): Use ISO WeekYear for HTML5_FMT.WEEK
            * [#4563](https://github.com/moment/moment/pull/4563) [feature] Fix [#4518](https://github.com/moment/moment/pull/4518): Add support to add/subtract ISO weeks
            * other locale changes, build process changes, typos
        </releaseNotes>
        <projectUrl>http://momentjs.com/</projectUrl>
        <iconUrl>http://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-with-locales.js" target="Content\Scripts" />
      <file src="min/moment-with-locales.min.js" target="Content\Scripts" />
  </files>
</package>