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 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 ( "1.0.0.1 " ) ]
36+ [ assembly: AssemblyFileVersion ( "1.0.0.1 " ) ]
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 ( "0 .0.0.0 " ) ]
36- [ assembly: AssemblyFileVersion ( "0 .0.0.0 " ) ]
35+ [ assembly: AssemblyVersion ( "1 .0.0.1 " ) ]
36+ [ assembly: AssemblyFileVersion ( "1 .0.0.1 " ) ]
3737[ assembly: InternalsVisibleTo ( "JQDT.Tests" ) ]
3838[ assembly: InternalsVisibleTo ( "Tests.UnitTests" ) ]
You can’t perform that action at this time.
0 commit comments