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

LibGit2Sharp.nuspec « nuget.package - github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dfec70504fc5c7f48e65e46ce121ff9fa3c41a90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>LibGit2Sharp</id>
    <version>0.2.0</version>
    <authors>LibGit2Sharp contributors</authors>
    <owners>nulltoken</owners>
    <licenseUrl>https://github.com/libgit2/libgit2sharp/raw/master/LICENSE.md</licenseUrl>
    <projectUrl>https://github.com/libgit2/libgit2sharp/</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>.Net bindings for libgit2</description>
    <tags>libgit2 git wrapper bindings API</tags>
  </metadata>
  <files>
    <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="..\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" />
	<file src="Tools\*.*" target="Tools" />
  </files>
</package>