Added NuGet deployment items.

This commit is contained in:
Travis Parks 2013-01-12 15:18:54 -05:00
parent 138f36f005
commit a64d3a73fc
3 changed files with 21 additions and 0 deletions

BIN
Deployment/NuGet.exe Normal file

Binary file not shown.

View File

@ -0,0 +1,3 @@
nuget pack ../mustache-sharp/mustache-sharp.csproj -Prop Configuration=Release -Build
nuget push *.nupkg
del *.nupkg

View File

@ -0,0 +1,18 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<projectUrl>http://github.com/jehugaleahsa/mustache-sharp</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>Initial commit</releaseNotes>
<copyright>Copyright 2013</copyright>
<tags>
mustache handlebars.js text generation building template
</tags>
</metadata>
</package>