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 2121using System . Reflection ;
2222using System . Runtime . InteropServices ;
2323
24- [ assembly: AssemblyVersion ( "2.3.2 " ) ]
25- [ assembly: AssemblyFileVersion ( "2.3.2 .0" ) ]
26- [ assembly: AssemblyInformationalVersion ( "Version:2.3.2 .0 Branch:not-set Sha1:not-set" ) ]
24+ [ assembly: AssemblyVersion ( "3.0.0 " ) ]
25+ [ assembly: AssemblyFileVersion ( "3.0.0 .0" ) ]
26+ [ assembly: AssemblyInformationalVersion ( "Version:3.0.0 .0 Branch:not-set Sha1:not-set" ) ]
2727
2828[ assembly: AssemblyConfiguration ( "" ) ]
2929
Original file line number Diff line number Diff line change 11<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
22 <PropertyGroup >
3- <MainVersion >2.3.2 </MainVersion >
3+ <MainVersion >3.0.0 </MainVersion >
44 <AssemblyVersion >$(MainVersion)</AssemblyVersion >
55 <!-- The file version is changed by the CI job to contain the build number -->
66 <AssemblyFileVersion >$(MainVersion).0</AssemblyFileVersion >
You can’t perform that action at this time.
0 commit comments