Browse Source

update assembly info. in CLI to 0.2.0.0.

master
Craig Oates 6 years ago
parent
commit
ba8e5c74a1
  1. 19
      DeathSocketCLI/AssemblyInfo.fs

19
DeathSocketCLI/AssemblyInfo.fs

@ -7,12 +7,17 @@ open System.Runtime.InteropServices
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[<assembly: AssemblyTitle("DeathSocketCLI")>]
[<assembly: AssemblyDescription("")>]
[<assembly: AssemblyTitle("Death Socket CLI")>]
[<assembly: AssemblyDescription(
"\nDeath Socket [ALPHA] is a console program for adding a grid overlay to a JPEG or PNG file.\n" +
"Visit https://github.com/CraigOates/Death-Socket to submit issues and pull requests.\n" +
"Type 'help' into the prompt for a list of available commands.\n" +
"For a list of available grid colours, enter 'list-colours' into the prompt.\n")>]
[<assembly: AssemblyConfiguration("")>]
[<assembly: AssemblyCompany("")>]
[<assembly: AssemblyProduct("DeathSocketCLI")>]
[<assembly: AssemblyCopyright("Copyright © 2018")>]
[<assembly: AssemblyCompany("Craig Oates")>]
[<assembly: AssemblyProduct("Death Socket CLI")>]
[<assembly: AssemblyCopyright("Copyright © 2018")>]
[<assembly: AssemblyTrademark("")>]
[<assembly: AssemblyCulture("")>]
@ -34,8 +39,8 @@ open System.Runtime.InteropServices
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [<assembly: AssemblyVersion("1.0.*")>]
[<assembly: AssemblyVersion("1.0.0.0")>]
[<assembly: AssemblyFileVersion("1.0.0.0")>]
[<assembly: AssemblyVersion("0.2.0.0")>]
[<assembly: AssemblyFileVersion("0.2.0.0")>]
do
()
Loading…
Cancel
Save