Explorar el Código

Merge pull request #173 from bennage/0.4.x

Add nuget spec for 0.4.1
tags/0.4.1
Jan Lehnardt hace 14 años
padre
commit
fe74ff57f2
Se han modificado 1 ficheros con 14 adiciones y 0 borrados
  1. +14
    -0
      mustache.js.nuspec

+ 14
- 0
mustache.js.nuspec Ver fichero

@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>mustache.js</id>
<version>0.4.1</version>
<authors>mustache.js Authors</authors>
<licenseUrl>https://github.com/janl/mustache.js/blob/master/LICENSE</licenseUrl>
<projectUrl>http://mustache.github.com/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Logic-less templates in JavaScript.</description>
<releaseNotes></releaseNotes>
<tags>mustache template templates javascript</tags>
</metadata>
</package>

Cargando…
Cancelar
Guardar