diff --git a/GoCommando.sln b/GoCommando.sln index 6cd23a0..25e3392 100644 --- a/GoCommando.sln +++ b/GoCommando.sln @@ -10,6 +10,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoCommando.Tests", "GoComma EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4777EF91-8FBF-42DC-A31F-2025CC5841F8}" ProjectSection(SolutionItems) = preProject + Package.nuspec = Package.nuspec README.md = README.md EndProjectSection EndProject diff --git a/Package.nuspec b/Package.nuspec new file mode 100644 index 0000000..fe23df3 --- /dev/null +++ b/Package.nuspec @@ -0,0 +1,17 @@ + + + + GoCommando + 1.0 + Mogens Heller Grabe + Mogens Heller Grabe + http://en.wikipedia.org/wiki/Beerware + http://mookid.dk/oncode/gocommando + GoCommando is a small command line utility helper that does the boring work when creating command line utilities in .NET. + Copyright 2015 + command-line go-commando + + + + + \ No newline at end of file diff --git a/nuget/NuGet.exe b/nuget/NuGet.exe new file mode 100644 index 0000000..324daa8 Binary files /dev/null and b/nuget/NuGet.exe differ