Added NuGet deployment items.
This commit is contained in:
parent
138f36f005
commit
a64d3a73fc
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
nuget pack ../mustache-sharp/mustache-sharp.csproj -Prop Configuration=Release -Build
|
||||
nuget push *.nupkg
|
||||
del *.nupkg
|
|
@ -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>
|
Loading…
Reference in New Issue