File tree 4 files changed +46
-6
lines changed
4 files changed +46
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3
3
<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 >
6
6
<authors >Erik Zaadi</authors >
7
7
<description >
8
- C# integration with Githubs v3 apis - Complete Module
8
+ C# integration with Githubs v2 apis - Core Module
9
9
</description >
10
10
<projectUrl >http://github.com/erikzaadi/GithubSharp</projectUrl >
11
11
<iconUrl >https://github.com/erikzaadi/GithubSharp/raw/master/Samples/MvcSample/MvcUI/images/githubsharp.png</iconUrl >
12
12
<tags >Github</tags >
13
13
</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 >
17
17
</package >
Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments