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:
Diffstat (limited to 'nuget.package/LibGit2Sharp.nuspec')
-rw-r--r--nuget.package/LibGit2Sharp.nuspec7
1 files changed, 0 insertions, 7 deletions
diff --git a/nuget.package/LibGit2Sharp.nuspec b/nuget.package/LibGit2Sharp.nuspec
index 3b997418..c8381e2c 100644
--- a/nuget.package/LibGit2Sharp.nuspec
+++ b/nuget.package/LibGit2Sharp.nuspec
@@ -12,18 +12,11 @@
<releaseNotes>https://github.com/libgit2/libgit2sharp/blob/master/CHANGES.md#libgit2sharp-changes</releaseNotes>
<iconUrl>https://github.com/libgit2/libgit2sharp/raw/master/square-logo.png</iconUrl>
<tags>libgit2 git wrapper bindings API dvcs vcs</tags>
- <references>
- <reference file="LibGit2Sharp.dll" />
- </references>
</metadata>
<files>
- <file src="..\Lib\NativeBinaries\**\*.dll" target="lib\net40\NativeBinaries" />
- <file src="..\Lib\NativeBinaries\**\*.pdb" target="lib\net40\NativeBinaries" />
<file src="..\README.md" target="App_Readme\LibGit2Sharp.README.md" />
<file src="..\LICENSE.md" target="App_Readme\LibGit2Sharp.LICENSE.md" />
<file src="..\CHANGES.md" target="App_Readme\LibGit2Sharp.CHANGES.md" />
- <file src="..\nuget.package\build\*.*" target="build\net40" />
- <file src="..\Lib\NativeBinaries\libgit2.license.txt" target="App_Readme" />
<file src="bin\$configuration$\$id$.pdb" target="lib\net40" />
</files>
</package>