瀏覽代碼

Merge pull request #173 from bennage/0.4.x

Add nuget spec for 0.4.1
tags/0.4.1
Jan Lehnardt 14 年之前
父節點
當前提交
fe74ff57f2
共有 1 個文件被更改,包括 14 次插入0 次删除
  1. +14
    -0
      mustache.js.nuspec

+ 14
- 0
mustache.js.nuspec 查看文件

@@ -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>

Loading…
取消
儲存