Skip to content
This repository was archived by the owner on Sep 20, 2022. It is now read-only.

Commit e325f92

Browse files
committed
Fixed nuspec
1 parent 895f13d commit e325f92

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

GitReleaseNotes.nuspec

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,13 @@
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<description>The easy way to generate release notes for your Git projects</description>
1212
<releaseNotes>Initial release</releaseNotes>
13-
<copyright>Copyright Jake Ginnivan 2013</copyright>
14-
<tags>Release notes</tags>
13+
<copyright>Copyright Jake Ginnivan 2015</copyright>
14+
<tags>Release notes generate github git</tags>
1515
</metadata>
1616
<files>
1717
<file src="GitReleaseNotes.exe" target="tools"/>
1818
<file src="GitReleaseNotes.pdb" target="tools"/>
19-
<file src="Args.dll" target="tools"/>
20-
<file src="Octokit.dll" target="tools"/>
21-
<file src="LibGit2Sharp.dll" target="tools"/>
22-
<file src="NativeBinaries/amd64/git2-65e9dc6.dll" target="tools/NativeBinaries/amd64/"/>
23-
<file src="NativeBinaries/x86/git2-65e9dc6.dll" target="tools/NativeBinaries/x86/"/>
19+
<file src="NativeBinaries/amd64/git2-4a30c53.dll" target="tools/NativeBinaries/amd64/"/>
20+
<file src="NativeBinaries/x86/git2-4a30c53.dll" target="tools/NativeBinaries/x86/"/>
2421
</files>
2522
</package>

0 commit comments

Comments
 (0)