소스 검색

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>

불러오는 중...
취소
저장