File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55// General Information about an assembly is controlled through the following
66// set of attributes. Change these attribute values to modify the information
77// associated with an assembly.
8- [ assembly: AssemblyTitle ( "EnhancedVehicleControls " ) ]
8+ [ assembly: AssemblyTitle ( "EnhancedVehicleLightingControls " ) ]
99[ assembly: AssemblyDescription ( "" ) ]
1010[ assembly: AssemblyConfiguration ( "" ) ]
1111[ assembly: AssemblyCompany ( "MccDev260" ) ]
12- [ assembly: AssemblyProduct ( "EnhancedVehicleControls " ) ]
12+ [ assembly: AssemblyProduct ( "EnhancedVehicleLightingControls " ) ]
1313[ assembly: AssemblyCopyright ( "Copyright © 2021" ) ]
1414[ assembly: AssemblyTrademark ( "" ) ]
1515[ assembly: AssemblyCulture ( "" ) ]
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
3535[ assembly: AssemblyVersion ( "1.0.0.0" ) ]
36- [ assembly: AssemblyFileVersion ( "0.2.3 .0" ) ]
36+ [ assembly: AssemblyFileVersion ( "0.3.0 .0" ) ]
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public Main()
4646 private void OnTick ( object sender , EventArgs e )
4747 {
4848 string modName = "Enhanced Vehicle Lighting Controls" ;
49- string version = "PreRelease v0.2.3 " ;
49+ string version = "PreRelease v0.3.0 " ;
5050 string developer = "MccDev260" ;
5151
5252 if ( firstTime )
You can’t perform that action at this time.
0 commit comments