Skip to content

Commit

Permalink
Bump version (#934)
Browse files Browse the repository at this point in the history
* 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 <martin@martincostello.com>
  • Loading branch information
1 parent cf4afe5 commit 9425c96
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 35 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<UseArtifactsOutput>true</UseArtifactsOutput>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<VersionPrefix>5.0.0</VersionPrefix>
<VersionPrefix>5.0.1</VersionPrefix>
</PropertyGroup>
<PropertyGroup Condition=" '$(GITHUB_ACTIONS)' != '' ">
<VersionSuffix Condition=" '$(VersionSuffix)' == '' AND '$(GITHUB_HEAD_REF)' == '' ">beta.$(GITHUB_RUN_NUMBER)</VersionSuffix>
Expand Down
31 changes: 0 additions & 31 deletions src/HttpClientInterception/CompatibilitySuppressions.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
<Nullable>enable</Nullable>
<OutputType>Library</OutputType>
<PackageId>JustEat.HttpClientInterception</PackageId>
<!-- TODO Update to 4.4.0 once released -->
<PackageValidationBaselineVersion>4.3.0</PackageValidationBaselineVersion>
<PackageValidationBaselineVersion>5.0.0</PackageValidationBaselineVersion>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<RootNamespace>JustEat.HttpClientInterception</RootNamespace>
<SignAssembly>true</SignAssembly>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<OutputType>Exe</OutputType>
<RootNamespace>JustEat.HttpClientInterception</RootNamespace>
<Summary>Benchmarks for JustEat.HttpClientInterception</Summary>
<TargetFrameworks>net472;net6.0;net8.0;net9.0</TargetFrameworks>
<TargetFrameworks>net472;net8.0;net9.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<Content Include="organization.json" CopyToOutputDirectory="PreserveNewest" />
Expand Down

0 comments on commit 9425c96

Please sign in to comment.