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: c8381e2cfd34f66b15469b03b862e2cd53673dc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
  <metadata minClientVersion="2.7">
    <id>$id$</id>
    <version>$version$</version>
    <authors>$author$</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>$description$</description>
    <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>
  </metadata>
  <files>
    <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="bin\$configuration$\$id$.pdb" target="lib\net40" />
  </files>
</package>