We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c3207 commit bdc5278Copy full SHA for bdc5278
src/DotNetProjectStarter/LibraryTemplateGenerator.cs
@@ -57,6 +57,7 @@ public bool Generate(TemplateGenerationOptions options)
57
Console.WriteLine("Post-template creation instructions:");
58
Console.WriteLine("- Create a key.snk file at repository root using 'sn –k private.snk'.");
59
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.");
61
if (options.NuGetUserName is null)
62
{
63
Console.WriteLine("- Update Directory.Build.props with package author.");
0 commit comments