File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
<BuildPlatform Condition =" $(BuildPlatform) == ''" >x86</BuildPlatform >
40
40
41
41
<xVersion >$(BUILD_NUMBER)</xVersion >
42
- <Version >4.1.1 </Version >
42
+ <Version >4.2.0 </Version >
43
43
<ZipDirectory >$(StageFolder)</ZipDirectory >
44
44
<ZipVersionFileSuffix Condition =" $(Version) != ''" >.$(Version)</ZipVersionFileSuffix >
45
45
<ZipVersionFileSuffix Condition =" $(Version) == ''" ></ZipVersionFileSuffix >
Original file line number Diff line number Diff line change 9
9
//
10
10
// You can specify all the values or you can default the Revision and Build Numbers
11
11
// by using the '*' as shown below:
12
- [ assembly: AssemblyVersion ( "4.1.1 .0" ) ]
12
+ [ assembly: AssemblyVersion ( "4.2.0 .0" ) ]
13
13
14
- [ assembly: AssemblyFileVersion ( "4.1.1 .0" ) ]
15
- [ assembly: AssemblyInformationalVersion ( "4.1.1 .0" ) ]
14
+ [ assembly: AssemblyFileVersion ( "4.2.0 .0" ) ]
15
+ [ assembly: AssemblyInformationalVersion ( "4.2.0 .0" ) ]
You can’t perform that action at this time.
0 commit comments