Skip to content

Commit a279678

Browse files
committed
Merge pull request handlebars-lang#505 from MikeMayer/master
Include a .nuspec package file to include handlebars.js on NuGet
2 parents d355d1f + 8a5705a commit a279678

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

handlebars.js.nuspec

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0"?>
2+
<package>
3+
<metadata>
4+
<id>handlebars.js</id>
5+
<version>1.0.10</version>
6+
<authors>handlebars.js Authors</authors>
7+
<licenseUrl>https://github.com/wycats/handlebars.js/blob/master/LICENSE</licenseUrl>
8+
<projectUrl>https://github.com/wycats/handlebars.js/</projectUrl>
9+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
10+
<description>Extension of the Mustache logicless template language</description>
11+
<releaseNotes></releaseNotes>
12+
<tags>handlebars mustache template html</tags>
13+
</metadata>
14+
<files>
15+
<file src="dist\handlebars.js" target="Content\Scripts" />
16+
</files>
17+
</package>

0 commit comments

Comments
 (0)