Skip to content

Commit c18642d

Browse files
committed
Remove ms.author from ReleaseNotesGenerator
1 parent a571ad3 commit c18642d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

NuGetReleaseTool/NuGetReleaseTool/GenerateReleaseNotesCommand/ReleaseNotesGenerator.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,11 @@ private static string GenerateMarkdown(string release, Dictionary<IssueType, Lis
196196
string fullSDKVersion = "<TODO: Full SDK Version>";
197197
string SDKMajorMinorVersion = "<TODO: SDKMajorMinorVersionOnly";
198198
string GithubAlias = "<TODO: GitHubAlias>";
199-
string MicrosoftAlias = "<TODO: MicrosoftAlias>";
200199
StringBuilder builder = new StringBuilder();
201200
builder.AppendLine("---");
202201
builder.AppendLine(string.Format("title: NuGet {0} Release Notes", release));
203202
builder.AppendLine(string.Format("description: Release notes for NuGet {0} including new features, bug fixes, and DCRs.", release));
204203
builder.AppendLine(string.Format("author: {0}", GithubAlias));
205-
builder.AppendLine(string.Format("ms.author: {0}", MicrosoftAlias));
206204
builder.AppendLine(string.Format("ms.date: {0}", DateTime.Now.ToString("d", System.Globalization.CultureInfo.GetCultureInfo("en-US"))));
207205
builder.AppendLine("ms.topic: conceptual");
208206
builder.AppendLine("---");

0 commit comments

Comments
 (0)