Skip to content

Commit

Permalink
added nuget.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
mookid8000 committed Oct 5, 2015
1 parent c92ed74 commit 233cd77
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions GoCommando.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 17 additions & 0 deletions Package.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>GoCommando</id>
<version>1.0</version>
<authors>Mogens Heller Grabe</authors>
<owners>Mogens Heller Grabe</owners>
<licenseUrl>http://en.wikipedia.org/wiki/Beerware</licenseUrl>
<projectUrl>http://mookid.dk/oncode/gocommando</projectUrl>
<description>GoCommando is a small command line utility helper that does the boring work when creating command line utilities in .NET.</description>
<copyright>Copyright 2015</copyright>
<tags>command-line go-commando</tags>
<dependencies>
<!--<dependency id="SampleDependency" version="1.0" />-->
</dependencies>
</metadata>
</package>
Binary file added nuget/NuGet.exe
Binary file not shown.

0 comments on commit 233cd77

Please sign in to comment.