Skip to content

Commit bdc5278

Browse files
committed
Instructions
1 parent 79c3207 commit bdc5278

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DotNetProjectStarter/LibraryTemplateGenerator.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public bool Generate(TemplateGenerationOptions options)
5757
Console.WriteLine("Post-template creation instructions:");
5858
Console.WriteLine("- Create a key.snk file at repository root using 'sn –k private.snk'.");
5959
Console.WriteLine("- Update Directory.Build.props with package description.");
60+
Console.WriteLine("- Ensure Directory.Build.props has the correct package version you want to publish.");
6061
if (options.NuGetUserName is null)
6162
{
6263
Console.WriteLine("- Update Directory.Build.props with package author.");

0 commit comments

Comments
 (0)