Browse Source

update assembly description in CLI.

master
Craig Oates 6 years ago
parent
commit
252ffa1427
  1. 10
      SmoulderingBeachBallCLI/AssemblyInfo.fs

10
SmoulderingBeachBallCLI/AssemblyInfo.fs

@ -8,9 +8,15 @@ open System.Runtime.InteropServices
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[<assembly: AssemblyTitle("Smouldering Beach Ball CLI")>]
[<assembly: AssemblyDescription("")>]
[<assembly: AssemblyDescription(
"Smouldering 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.")>]
[<assembly: AssemblyConfiguration("")>]
[<assembly: AssemblyCompany("")>]
[<assembly: AssemblyCompany("Craig Oates")>]
[<assembly: AssemblyProduct("Smouldering Beach Ball CLI")>]
[<assembly: AssemblyCopyright("Copyright © 2018")>]
[<assembly: AssemblyTrademark("")>]

Loading…
Cancel
Save