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 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 >
Original file line number Diff line number Diff line change 11os : Visual Studio 2017
2- version : 3.0.0 .{build}
2+ version : 3.0.1 .{build}
33
44environment :
55 BrowserStack_UserName :
You can’t perform that action at this time.
0 commit comments