Skip to content

Commit 583102f

Browse files
committed
Update assembly info
1 parent 1f1d030 commit 583102f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

Properties/AssemblyInfo.cs

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
32
using System.Runtime.InteropServices;
43

54
// General Information about an assembly is controlled through the following
65
// set of attributes. Change these attribute values to modify the information
76
// associated with an assembly.
8-
[assembly: AssemblyTitle("FlashpointManager")]
9-
[assembly: AssemblyDescription("")]
7+
[assembly: AssemblyTitle("Flashpoint Manager")]
8+
[assembly: AssemblyDescription("Downloads Flashpoint and manages its components.")]
109
[assembly: AssemblyConfiguration("")]
1110
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("FlashpointManager")]
13-
[assembly: AssemblyCopyright("Copyright © 2022")]
11+
[assembly: AssemblyProduct("Flashpoint Manager")]
12+
[assembly: AssemblyCopyright("")]
1413
[assembly: AssemblyTrademark("")]
1514
[assembly: AssemblyCulture("")]
1615

@@ -32,5 +31,5 @@
3231
// You can specify all the values or you can default the Build and Revision Numbers
3332
// by using the '*' as shown below:
3433
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
34+
[assembly: AssemblyVersion("1.3.0.0")]
35+
[assembly: AssemblyFileVersion("1.3-test")]

0 commit comments

Comments
 (0)