Skip to content

Commit 344bb90

Browse files
committed
Create handlebars.js.nuspec for inclusion in NuGet
Added a .nuspec file for those people who use Visual Studio and NuGet and might want to use handlebars.js deployed from NuGet in their application.
1 parent ef32573 commit 344bb90

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

handlebars.js.nuspec

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
</package>

0 commit comments

Comments
 (0)