Skip to content

Commit

Permalink
Update AssemblyInfo.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
rjtwins committed Jul 23, 2021
1 parent 2eee176 commit 5a577d0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
// 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("MW5LOMLauncherV2")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("MW5 Load Order and Activation Manager Launcher")]
[assembly: AssemblyDescription("Launcher for the MW5 LOM")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("MW5LOMLauncherV2")]
[assembly: AssemblyCopyright("Copyright © 2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCompany("RJ Not a Company")]
[assembly: AssemblyProduct("MW5 LOM Launcher")]
[assembly: AssemblyCopyright("Copyright © 2021")]
[assembly: AssemblyTrademark("NA")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
Expand All @@ -20,7 +20,7 @@
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("f0a7aa6e-d4de-4875-b187-ef16268ef171")]
[assembly: Guid("2c92e0c2-5bfc-46d9-8d0d-40fd312607ae")]

// Version information for an assembly consists of the following four values:
//
Expand All @@ -32,5 +32,5 @@
// 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("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]

0 comments on commit 5a577d0

Please sign in to comment.