Skip to content

Commit 92f1e16

Browse files
Bump version
- Bump version to 4.0.1 for next release. - Enable package validation.
1 parent f018479 commit 92f1e16

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
4242
<UseArtifactsOutput>true</UseArtifactsOutput>
4343
<AssemblyVersion>4.0.0.0</AssemblyVersion>
44-
<VersionPrefix>4.0.0</VersionPrefix>
44+
<VersionPrefix>4.0.1</VersionPrefix>
4545
<VersionSuffix Condition=" '$(VersionSuffix)' == '' AND '$(GITHUB_ACTIONS)' != '' ">beta$([System.Convert]::ToInt32(`$(GITHUB_RUN_NUMBER)`).ToString(`0000`))</VersionSuffix>
4646
<VersionPrefix Condition=" $(GITHUB_REF.StartsWith(`refs/tags/v`)) ">$(GITHUB_REF.Replace('refs/tags/v', ''))</VersionPrefix>
4747
<VersionSuffix Condition=" $(GITHUB_REF.StartsWith(`refs/tags/v`)) "></VersionSuffix>

src/MartinCostello.BrowserStack.Automate/MartinCostello.BrowserStack.Automate.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,10 @@
77
<OutputType>Library</OutputType>
88
<TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks>
99
</PropertyGroup>
10-
<!--
11-
TODO Enable after version 4.0.0 is published.
1210
<PropertyGroup>
1311
<EnablePackageValidation>true</EnablePackageValidation>
14-
<PackageValidationBaselineVersion>3.0.3</PackageValidationBaselineVersion>
12+
<PackageValidationBaselineVersion>4.0.0</PackageValidationBaselineVersion>
1513
</PropertyGroup>
16-
-->
1714
<PropertyGroup Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">
1815
<EnableAotAnalyzer>true</EnableAotAnalyzer>
1916
<EnableSingleFileAnalyzer>true</EnableSingleFileAnalyzer>

0 commit comments

Comments
 (0)