Skip to content

Commit

Permalink
started working on a NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzaadi committed Jul 9, 2011
1 parent fe47fbc commit df2507e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
5 changes: 4 additions & 1 deletion NOTES
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
Something to ignore!
Finish Nuget
Add versioning
Licence File

17 changes: 17 additions & 0 deletions nuget/GithubSharp.Complete.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>GithubSharp.Complete</id>
<version>0.0.5.0</version>
<authors>Erik Zaadi</authors>
<description>
C# integration with Githubs v3 apis - Complete Module
</description>
<projectUrl>http://github.com/erikzaadi/GithubSharp</projectUrl>
<iconUrl>https://github.com/erikzaadi/GithubSharp/raw/master/Samples/MvcSample/MvcUI/images/githubsharp.png</iconUrl>
<files>
<file target="lib" src="../bin/*.dll" />
</files>
<tags>Github</tags>
</metadata>
</package>

0 comments on commit df2507e

Please sign in to comment.