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>2013-08-05 21:46:57 +0400
committernulltoken <emeric.fermas@gmail.com>2013-08-05 21:50:20 +0400
commit49ca83315724464285567490dc84f9471a1da23d (patch)
tree7fbb1f1ea0c79a5bc9c3fdd5c44c55b5c0033498 /nuget.package
parent0d00a5f81fec32268f65e7462764edb0762de3cc (diff)
Add link to release notes in NuGet spec
Diffstat (limited to 'nuget.package')
-rw-r--r--nuget.package/LibGit2Sharp.nuspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuget.package/LibGit2Sharp.nuspec b/nuget.package/LibGit2Sharp.nuspec
index fdbb3915..85805227 100644
--- a/nuget.package/LibGit2Sharp.nuspec
+++ b/nuget.package/LibGit2Sharp.nuspec
@@ -9,6 +9,7 @@
<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>