Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2011-05-24 22:21:33 +0400
committernulltoken <emeric.fermas@gmail.com>2011-05-25 00:32:04 +0400
commit0e09872063b5238a39f31c322410d12253c96ccb (patch)
tree0ccbbac06a7d6a3cbe09c36a18c35d778884d8a0 /nuget.package
parentc8ccded4ee47d8f055ef17c2f80b001424cca03a (diff)
Release LibGit2Sharp v0.2.0v0.2.0
Diffstat (limited to 'nuget.package')
-rw-r--r--nuget.package/LibGit2Sharp.nuspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuget.package/LibGit2Sharp.nuspec b/nuget.package/LibGit2Sharp.nuspec
index 49a6c85c..1dc2dc50 100644
--- a/nuget.package/LibGit2Sharp.nuspec
+++ b/nuget.package/LibGit2Sharp.nuspec
@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>LibGit2Sharp</id>
- <version>0.1.1</version>
+ <version>0.2.0</version>
<authors>LibGit2Sharp contributors</authors>
<owners>nulltoken</owners>
<licenseUrl>https://github.com/libgit2/libgit2sharp/raw/master/LICENSE.md</licenseUrl>
@@ -15,7 +15,7 @@
<file src="..\build\LibGit2Sharp.dll" target="lib\Net35" />
<file src="..\build\LibGit2Sharp.pdb" target="lib\Net35" />
<file src="..\build\LibGit2Sharp.xml" target="lib\Net35" />
- <file src="..\build\git2.dll" target="NativeBinaries\x86" />
+ <file src="..\build\git2-0.dll" target="NativeBinaries\x86" />
<file src="..\README.md" target="App_Readme\LibGit2Sharp.README.md" />
<file src="..\LICENSE.md" target="App_Readme\LibGit2Sharp.LICENSE.md" />
<file src="..\CHANGELOG.md" target="App_Readme\LibGit2Sharp.CHANGELOG.md" />