File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 6
6
<version >$version$</version >
7
7
<authors >gep13</authors >
8
8
<owners >gep13</owners >
9
- <projectUrl >https://github.com/Particular/GitHubReleaseNotes </projectUrl >
9
+ <projectUrl ></projectUrl >
10
10
<description >Create release notes in markdown given a GH milestone</description >
11
11
<tags >github release notes</tags >
12
12
</metadata >
13
13
<files >
14
- <file src =" ..\..\BuildArtifacts\* .exe" target =" tools" />
14
+ <file src =" ..\..\BuildArtifacts\GitHubReleaseManager .exe" target =" tools" />
15
15
</files >
16
16
</package >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <package xmlns : xsd =" http://www.w3.org/2001/XMLSchema" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3
+ <metadata xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
4
+ <id >GitHubReleaseManager</id >
5
+ <title >Generates release notes</title >
6
+ <version >$version$</version >
7
+ <authors >gep13</authors >
8
+ <owners >gep13</owners >
9
+ <projectUrl ></projectUrl >
10
+ <description >Create release notes in markdown given a GH milestone</description >
11
+ <tags >github release notes</tags >
12
+ </metadata >
13
+ <files >
14
+ <file src =" ..\..\BuildArtifacts\GitHubReleaseManager.dll" target =" tools" />
15
+ </files >
16
+ </package >
You can’t perform that action at this time.
0 commit comments