File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1 .0.0.0" ) ]
36- [ assembly: AssemblyFileVersion ( "1 .0.0.0" ) ]
35+ [ assembly: AssemblyVersion ( "2 .0.0.0" ) ]
36+ [ assembly: AssemblyFileVersion ( "2 .0.0.0" ) ]
Original file line number Diff line number Diff line change 1414 <UpdateRequired >false</UpdateRequired >
1515 <MapFileExtensions >true</MapFileExtensions >
1616 <ApplicationRevision >0</ApplicationRevision >
17- <ApplicationVersion >1 .0.0.%2a </ApplicationVersion >
17+ <ApplicationVersion >2 .0.0.0 </ApplicationVersion >
1818 <UseApplicationTrust >false</UseApplicationTrust >
1919 <PublishWizardCompleted >true</PublishWizardCompleted >
2020 <BootstrapperEnabled >true</BootstrapperEnabled >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ public class GlobalSettings
44 {
55 public static class ApplicationInfo
66 {
7- public static string Version { get ; } = "1.5 .0" ;
7+ public static string Version { get ; } = "2.0 .0" ;
88 public static string Author { get ; } = "primetime43" ;
99 }
1010 }
You can’t perform that action at this time.
0 commit comments