File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 11using System . Reflection ;
2- using System . Runtime . CompilerServices ;
32using 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
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 " ) ]
You can’t perform that action at this time.
0 commit comments