Skip to content

Commit 47800c2

Browse files
committed
(GH-5) Correcting build errors
1 parent d96baac commit 47800c2

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

BuildScripts/dupfinder.config

22 Bytes
Binary file not shown.

Packaging/nuget/GitHubReleaseManager.Cli.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
4-
<id>GitHubReleaseManager</id>
4+
<id>GitHubReleaseManager.Cli</id>
55
<title>Generates release notes</title>
66
<version>$version$</version>
77
<authors>gep13</authors>

Source/GitHubReleaseManager.Cli/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ namespace GitHubReleaseManager.Cli
1111
using System.Linq;
1212
using System.Threading.Tasks;
1313
using CommandLine;
14-
using CommandLine.Text;
1514
using Octokit;
1615
using FileMode = System.IO.FileMode;
1716

0 commit comments

Comments
 (0)