Skip to content

Commit dab376e

Browse files
Merge pull request #29 from martincostello/Update-Version
Update version
2 parents 1d29005 + 0b87834 commit dab376e

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
@@ -38,7 +38,7 @@
3838
<RepositoryUrl>$(PackageProjectUrl).git</RepositoryUrl>
3939
<SignAssembly>true</SignAssembly>
4040
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
41-
<VersionPrefix>3.0.0</VersionPrefix>
41+
<VersionPrefix>3.0.1</VersionPrefix>
4242
<VersionSuffix Condition=" '$(VersionSuffix)' == '' AND '$(APPVEYOR)' == 'true' AND '$(APPVEYOR_REPO_TAG)' != 'true'">beta$([System.Convert]::ToInt32(`$(APPVEYOR_BUILD_NUMBER)`).ToString(`0000`))</VersionSuffix>
4343
<VersionSuffix Condition=" '$(VersionSuffix)' == '' AND '$(TF_BUILD)' == 'True'">beta$([System.Convert]::ToInt32(`$(BUILD_BUILDID)`).ToString(`0000`))</VersionSuffix>
4444
<VersionSuffix Condition=" '$(VersionSuffix)' == '' AND '$(TRAVIS)' == 'true'">beta$([System.Convert]::ToInt32(`$(TRAVIS_BUILD_NUMBER)`).ToString(`0000`))</VersionSuffix>

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
os: Visual Studio 2017
2-
version: 3.0.0.{build}
2+
version: 3.0.1.{build}
33

44
environment:
55
BrowserStack_UserName:

0 commit comments

Comments
 (0)