File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
<Version Condition =" '$(EASE_RELEASE)' == '' AND '$(IS_TAGGED)' AND '$(APPVEYOR_REPO_TAG_NAME)' != '' " >$(APPVEYOR_REPO_TAG_NAME)</Version >
52
52
<Version Condition =" '$(EASE_RELEASE)' != '' " >$(EASE_RELEASE)</Version >
53
53
<!-- Update this version when incrementing Library Versions -->
54
- <VersionPrefix Condition =" '$(EASE_RELEASE)' == '' " >0.3 .0</VersionPrefix >
54
+ <VersionPrefix Condition =" '$(EASE_RELEASE)' == '' " >0.4 .0</VersionPrefix >
55
55
<VersionSuffix >ci</VersionSuffix >
56
56
<VersionPrefix Condition =" '$(EASE_RELEASE)' == '' And '$(APPVEYOR_PULL_REQUEST_NUMBER)' != '' " >$(VersionPrefix).$(APPVEYOR_PULL_REQUEST_NUMBER)</VersionPrefix >
57
57
<VersionSuffix Condition =" '$(EASE_RELEASE)' == '' And '$(IS_PREVIEW)' " >pre</VersionSuffix >
Original file line number Diff line number Diff line change 1
- version : 0.3 .{build}
1
+ version : 0.4 .{build}
2
2
3
3
pull_requests :
4
4
do_not_increment_build_number : true
You can’t perform that action at this time.
0 commit comments