Skip to content

Commit b0bcf11

Browse files
committed
Revert "(GH-141) Remove NuGet nuspec file"
This reverts commit cefa95c.
1 parent e01bbf5 commit b0bcf11

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

nuspec/nuget/GitReleaseManager.nuspec

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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>GitReleaseManager</id>
5+
<title>GitReleaseManager</title>
6+
<version>$version$</version>
7+
<authors>GitTools Contributors</authors>
8+
<owners>gep13</owners>
9+
<licenseUrl>https://github.com/GitTools/GitReleaseManager/blob/develop/LICENSE</licenseUrl>
10+
<projectUrl>https://github.com/GitTools/GitReleaseManager</projectUrl>
11+
<iconUrl>https://cdn.jsdelivr.net/gh/GitTools/GitReleaseManager@9c547452a10afaf83fce1b5833f4762487b017b7/Icons/package_icon.svg</iconUrl>
12+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13+
<description>Tool for creating and exporting releases for software applications hosted on GitHub</description>
14+
<summary>Tool for creating and exporting releases for software applications hosted on GitHub</summary>
15+
<copyright>Copyright (c) 2015 - Present - GitTools Contributors</copyright>
16+
<language>en-GB</language>
17+
<tags>github release notes create export</tags>
18+
</metadata>
19+
<files>
20+
<file src="..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net451\CommandLine.dll" target="tools" />
21+
<file src="..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net451\GitReleaseManager.Core.dll" target="tools" />
22+
<file src="..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net451\GitReleaseManager.exe" target="tools" />
23+
<file src="..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net451\Octokit.dll" target="tools" />
24+
<file src="..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net451\YamlDotNet.dll" target="tools" />
25+
</files>
26+
</package>

0 commit comments

Comments
 (0)