Skip to content

Commit 35b44c5

Browse files
Small fix to summary xml of .NET Tool templates
1 parent f45cb0c commit 35b44c5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

working/templates/dotnetToolProject/Program.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
using System.Threading.Tasks;
55

66
/// <summary>
7-
/// Checks what projects are Legacy style or SDK Style.
7+
/// $PackageDescription$.
88
/// </summary>
99
public static class Program
1010
{
1111
/// <summary>
12-
/// $PackageDescription$.
12+
/// Code that will be called when running the tool.
1313
/// </summary>
1414
/// <param name="args">Extra arguments.</param>
1515
/// <returns>0 if successful.</returns>

working/templates/dotnetToolSolution/ClassLibrary1/Program.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
using System.Threading.Tasks;
55

66
/// <summary>
7-
/// Checks what projects are Legacy style or SDK Style.
7+
/// $PackageDescription$.
88
/// </summary>
99
public static class Program
1010
{
1111
/// <summary>
12-
/// $PackageDescription$.
12+
/// Code that will be called when running the tool.
1313
/// </summary>
1414
/// <param name="args">Extra arguments.</param>
1515
/// <returns>0 if successful.</returns>

0 commit comments

Comments
 (0)