Skip to content

Commit 8db9f61

Browse files
committed
missed some files in the gitignore
1 parent 946eaff commit 8db9f61

File tree

4 files changed

+46
-6
lines changed

4 files changed

+46
-6
lines changed

Diff for: .gitignore

-11 Bytes
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
4-
<id>GithubSharp.Complete</id>
5-
<version>0.0.5.0</version>
4+
<id>GithubSharp.Core</id>
5+
<version>0.0.5.1</version>
66
<authors>Erik Zaadi</authors>
77
<description>
8-
C# integration with Githubs v3 apis - Complete Module
8+
C# integration with Githubs v2 apis - Core Module
99
</description>
1010
<projectUrl>http://github.com/erikzaadi/GithubSharp</projectUrl>
1111
<iconUrl>https://github.com/erikzaadi/GithubSharp/raw/master/Samples/MvcSample/MvcUI/images/githubsharp.png</iconUrl>
1212
<tags>Github</tags>
1313
</metadata>
14-
<files>
15-
<file target="lib" src="bin\*.dll" />
16-
</files>
14+
<files>
15+
<file target="lib" src="..\bin\GithubSharp.Core.dll" />
16+
</files>
1717
</package>

Diff for: nuget/GithubSharp.Plugins.All.nuspec

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
3+
<metadata>
4+
<id>GithubSharp.Plugins.All</id>
5+
<version>0.0.5.1</version>
6+
<authors>Erik Zaadi</authors>
7+
<description>
8+
C# integration with Githubs v2 apis - Complete Plugins Module
9+
</description>
10+
<projectUrl>http://github.com/erikzaadi/GithubSharp</projectUrl>
11+
<iconUrl>https://github.com/erikzaadi/GithubSharp/raw/master/Samples/MvcSample/MvcUI/images/githubsharp.png</iconUrl>
12+
<dependencies>
13+
<dependency id="GithubSharp.Core" version="0.0.5.1" />
14+
</dependencies>
15+
<tags>Github</tags>
16+
</metadata>
17+
<files>
18+
<file target="lib" src="..\bin\GithubSharp.Plugins*.dll" />
19+
<file target="lib" src="..\bin\GithubSharp.Plugins*.dll" />
20+
</files>
21+
</package>

Diff for: nuget/GithubSharp.nuspec

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
3+
<metadata>
4+
<id>GithubSharp</id>
5+
<version>0.0.5.1</version>
6+
<authors>Erik Zaadi</authors>
7+
<description>
8+
C# integration with Githubs v2 apis - Complete Module
9+
</description>
10+
<projectUrl>http://github.com/erikzaadi/GithubSharp</projectUrl>
11+
<iconUrl>https://github.com/erikzaadi/GithubSharp/raw/master/Samples/MvcSample/MvcUI/images/githubsharp.png</iconUrl>
12+
<tags>Github</tags>
13+
<dependencies>
14+
<dependency id="GithubSharp.Core" version="0.0.5.1" />
15+
<dependency id="GithubSharp.Plugins.All" version="0.0.5.1" />
16+
</dependencies>
17+
</metadata>
18+
<files/>
19+
</package>

0 commit comments

Comments
 (0)