Skip to content

Commit

Permalink
missed some files in the gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzaadi committed Sep 29, 2011
1 parent 946eaff commit 8db9f61
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 6 deletions.
Binary file modified .gitignore
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,17 +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>
<id>GithubSharp.Core</id>
<version>0.0.5.1</version>
<authors>Erik Zaadi</authors>
<description>
C# integration with Githubs v3 apis - Complete Module
C# integration with Githubs v2 apis - Core Module
</description>
<projectUrl>http://github.com/erikzaadi/GithubSharp</projectUrl>
<iconUrl>https://github.com/erikzaadi/GithubSharp/raw/master/Samples/MvcSample/MvcUI/images/githubsharp.png</iconUrl>
<tags>Github</tags>
</metadata>
<files>
<file target="lib" src="bin\*.dll" />
</files>
<files>
<file target="lib" src="..\bin\GithubSharp.Core.dll" />
</files>
</package>
21 changes: 21 additions & 0 deletions nuget/GithubSharp.Plugins.All.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>GithubSharp.Plugins.All</id>
<version>0.0.5.1</version>
<authors>Erik Zaadi</authors>
<description>
C# integration with Githubs v2 apis - Complete Plugins Module
</description>
<projectUrl>http://github.com/erikzaadi/GithubSharp</projectUrl>
<iconUrl>https://github.com/erikzaadi/GithubSharp/raw/master/Samples/MvcSample/MvcUI/images/githubsharp.png</iconUrl>
<dependencies>
<dependency id="GithubSharp.Core" version="0.0.5.1" />
</dependencies>
<tags>Github</tags>
</metadata>
<files>
<file target="lib" src="..\bin\GithubSharp.Plugins*.dll" />
<file target="lib" src="..\bin\GithubSharp.Plugins*.dll" />
</files>
</package>
19 changes: 19 additions & 0 deletions nuget/GithubSharp.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>GithubSharp</id>
<version>0.0.5.1</version>
<authors>Erik Zaadi</authors>
<description>
C# integration with Githubs v2 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>
<tags>Github</tags>
<dependencies>
<dependency id="GithubSharp.Core" version="0.0.5.1" />
<dependency id="GithubSharp.Plugins.All" version="0.0.5.1" />
</dependencies>
</metadata>
<files/>
</package>

0 comments on commit 8db9f61

Please sign in to comment.