diff --git a/Deployment/NuGet.exe b/Deployment/NuGet.exe new file mode 100644 index 0000000..8d13fd8 Binary files /dev/null and b/Deployment/NuGet.exe differ diff --git a/Deployment/publish-mustache-sharp.bat b/Deployment/publish-mustache-sharp.bat new file mode 100644 index 0000000..fb518d6 --- /dev/null +++ b/Deployment/publish-mustache-sharp.bat @@ -0,0 +1,3 @@ +nuget pack ../mustache-sharp/mustache-sharp.csproj -Prop Configuration=Release -Build +nuget push *.nupkg +del *.nupkg \ No newline at end of file diff --git a/mustache-sharp/mustache-sharp.nuspec b/mustache-sharp/mustache-sharp.nuspec new file mode 100644 index 0000000..7fa8d87 --- /dev/null +++ b/mustache-sharp/mustache-sharp.nuspec @@ -0,0 +1,18 @@ + + + + $id$ + $version$ + $title$ + $author$ + $author$ + http://github.com/jehugaleahsa/mustache-sharp + false + $description$ + Initial commit + Copyright 2013 + + mustache handlebars.js text generation building template + + + \ No newline at end of file