Skip to content

Commit 3b82cd7

Browse files
committed
increased version to 0.4.0
1 parent b6cc4d5 commit 3b82cd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<Version Condition=" '$(EASE_RELEASE)' == '' AND '$(IS_TAGGED)' AND '$(APPVEYOR_REPO_TAG_NAME)' != '' ">$(APPVEYOR_REPO_TAG_NAME)</Version>
5252
<Version Condition=" '$(EASE_RELEASE)' != '' ">$(EASE_RELEASE)</Version>
5353
<!-- 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>
5555
<VersionSuffix>ci</VersionSuffix>
5656
<VersionPrefix Condition=" '$(EASE_RELEASE)' == '' And '$(APPVEYOR_PULL_REQUEST_NUMBER)' != '' ">$(VersionPrefix).$(APPVEYOR_PULL_REQUEST_NUMBER)</VersionPrefix>
5757
<VersionSuffix Condition=" '$(EASE_RELEASE)' == '' And '$(IS_PREVIEW)' ">pre</VersionSuffix>

appveyor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.3.{build}
1+
version: 0.4.{build}
22

33
pull_requests:
44
do_not_increment_build_number: true

0 commit comments

Comments
 (0)