Browse Source

add new-lines to assembly description for cleaner CLI rendering.

master
Craig Oates 6 years ago
parent
commit
7545f05350
  1. 4
      SmoulderingBeachBallCLI/AssemblyInfo.fs

4
SmoulderingBeachBallCLI/AssemblyInfo.fs

@ -9,12 +9,12 @@ open System.Runtime.InteropServices
// associated with an assembly.
[<assembly: AssemblyTitle("Smouldering Beach Ball CLI")>]
[<assembly: AssemblyDescription(
"Smouldering Beach Ball [ALPHA] is a console program for generating placeholder images.\n" +
"\nSmouldering Beach Ball [ALPHA] is a console program for generating placeholder images.\n" +
"Visit https://github.com/CraigOates/Smouldering-Beach-Ball to submit issues and pull requests.\n" +
"The NuGet URL is T.B.A.\n" +
"The MyGet URL is T.B.A.\n" +
"Type 'help' into the prompt for a list of available commands.\n" +
"For a list of available colours, enter 'list-colours' into the prompt.")>]
"For a list of available colours, enter 'list-colours' into the prompt.\n")>]
[<assembly: AssemblyConfiguration("")>]
[<assembly: AssemblyCompany("Craig Oates")>]
[<assembly: AssemblyProduct("Smouldering Beach Ball CLI")>]

Loading…
Cancel
Save