Skip to content

Commit 9425c96

Browse files
Bump version (#934)
* Bump version Bump version to 5.0.1 for the next release. * Update PackageValidationBaselineVersion Update `PackageValidationBaselineVersion` to 5.0.0. --------- Co-authored-by: jet-codeflow-maintainer[bot] <131594757+jet-codeflow-maintainer[bot]@users.noreply.github.com> Co-authored-by: Martin Costello <[email protected]>
1 parent cf4afe5 commit 9425c96

File tree

4 files changed

+3
-35
lines changed

4 files changed

+3
-35
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
4343
<UseArtifactsOutput>true</UseArtifactsOutput>
4444
<AssemblyVersion>5.0.0.0</AssemblyVersion>
45-
<VersionPrefix>5.0.0</VersionPrefix>
45+
<VersionPrefix>5.0.1</VersionPrefix>
4646
</PropertyGroup>
4747
<PropertyGroup Condition=" '$(GITHUB_ACTIONS)' != '' ">
4848
<VersionSuffix Condition=" '$(VersionSuffix)' == '' AND '$(GITHUB_HEAD_REF)' == '' ">beta.$(GITHUB_RUN_NUMBER)</VersionSuffix>

src/HttpClientInterception/CompatibilitySuppressions.xml

Lines changed: 0 additions & 31 deletions
This file was deleted.

src/HttpClientInterception/JustEat.HttpClientInterception.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
<Nullable>enable</Nullable>
1010
<OutputType>Library</OutputType>
1111
<PackageId>JustEat.HttpClientInterception</PackageId>
12-
<!-- TODO Update to 4.4.0 once released -->
13-
<PackageValidationBaselineVersion>4.3.0</PackageValidationBaselineVersion>
12+
<PackageValidationBaselineVersion>5.0.0</PackageValidationBaselineVersion>
1413
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
1514
<RootNamespace>JustEat.HttpClientInterception</RootNamespace>
1615
<SignAssembly>true</SignAssembly>

tests/HttpClientInterception.Benchmarks/JustEat.HttpClientInterception.Benchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<OutputType>Exe</OutputType>
66
<RootNamespace>JustEat.HttpClientInterception</RootNamespace>
77
<Summary>Benchmarks for JustEat.HttpClientInterception</Summary>
8-
<TargetFrameworks>net472;net6.0;net8.0;net9.0</TargetFrameworks>
8+
<TargetFrameworks>net472;net8.0;net9.0</TargetFrameworks>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<Content Include="organization.json" CopyToOutputDirectory="PreserveNewest" />

0 commit comments

Comments
 (0)