File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3535// You can specify all the values or you can default the Build and Revision Numbers
3636// by using the '*' as shown below:
3737// [assembly: AssemblyVersion("1.0.*")]
38- [ assembly: AssemblyVersion ( "1.2.4.1 " ) ]
39- [ assembly: AssemblyFileVersion ( "1.2.4.1 " ) ]
40- [ assembly: AssemblyInformationalVersionAttribute ( "1.2.5-SNAPSHOT " ) ]
38+ [ assembly: AssemblyVersion ( "1.3.0.0 " ) ]
39+ [ assembly: AssemblyFileVersion ( "1.3.0.0 " ) ]
40+ [ assembly: AssemblyInformationalVersionAttribute ( "1.3.0-beta1 " ) ]
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.2.4.1 " ) ]
36- [ assembly: AssemblyFileVersion ( "1.2.4.1 " ) ]
37- [ assembly: AssemblyInformationalVersionAttribute ( "1.2.5-SNAPSHOT " ) ]
35+ [ assembly: AssemblyVersion ( "1.3.0.0 " ) ]
36+ [ assembly: AssemblyFileVersion ( "1.3.0.0 " ) ]
37+ [ assembly: AssemblyInformationalVersionAttribute ( "1.3.0-beta1 " ) ]
You can’t perform that action at this time.
0 commit comments