File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ rem Clean repository and build fresh. Will erase current changes so disabled by
7
7
rem git clean -dfx
8
8
9
9
rem Default version
10
- set CS_VERSION = 4.4.110
10
+ set CS_VERSION = 4.4.1000
11
11
12
12
if defined APPVEYOR_BUILD_VERSION (
13
13
set CS_VERSION = %APPVEYOR_BUILD_VERSION%
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ rem Clean repository and build fresh. Will erase current changes so disabled by
9
9
rem git clean -dfx
10
10
11
11
rem Default version
12
- set CS_VERSION = 4.3.2
12
+ set CS_VERSION = 4.4.1000
13
13
14
14
if defined APPVEYOR_BUILD_VERSION (
15
15
set CS_VERSION = %APPVEYOR_BUILD_VERSION%
Original file line number Diff line number Diff line change 4
4
<PropertyGroup Label =" UserMacros" />
5
5
<PropertyGroup >
6
6
<!-- Default product version to use if CS_VERSION environment variable is not defined -->
7
- <CS_VERSION Condition =" '$(CS_VERSION)'==''" >4.3.2 </CS_VERSION >
7
+ <CS_VERSION Condition =" '$(CS_VERSION)'==''" >4.4.1000 </CS_VERSION >
8
8
</PropertyGroup >
9
9
<ItemDefinitionGroup >
10
10
<ResourceCompile >
You can’t perform that action at this time.
0 commit comments