From 9425c966765341fe60acd1d317c635e9298cb8cb Mon Sep 17 00:00:00 2001 From: "jet-codeflow-maintainer[bot]" <131594757+jet-codeflow-maintainer[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 23:48:08 +0000 Subject: [PATCH] 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 --- Directory.Build.props | 2 +- .../CompatibilitySuppressions.xml | 31 ------------------- .../JustEat.HttpClientInterception.csproj | 3 +- ...t.HttpClientInterception.Benchmarks.csproj | 2 +- 4 files changed, 3 insertions(+), 35 deletions(-) delete mode 100644 src/HttpClientInterception/CompatibilitySuppressions.xml diff --git a/Directory.Build.props b/Directory.Build.props index 074e47dd..a56484d4 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -42,7 +42,7 @@ true true 5.0.0.0 - 5.0.0 + 5.0.1 beta.$(GITHUB_RUN_NUMBER) diff --git a/src/HttpClientInterception/CompatibilitySuppressions.xml b/src/HttpClientInterception/CompatibilitySuppressions.xml deleted file mode 100644 index 1e108621..00000000 --- a/src/HttpClientInterception/CompatibilitySuppressions.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - CP0002 - M:JustEat.HttpClientInterception.HttpClientInterceptorOptionsExtensions.RegisterGetFromJson``1(JustEat.HttpClientInterception.HttpClientInterceptorOptions,System.String,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Net.HttpStatusCode) - lib/net6.0/JustEat.HttpClientInterception.dll - lib/netstandard2.0/JustEat.HttpClientInterception.dll - true - - - CP0002 - M:JustEat.HttpClientInterception.HttpRequestInterceptionBuilderExtensions.WithJsonContent``1(JustEat.HttpClientInterception.HttpRequestInterceptionBuilder,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0}) - lib/net6.0/JustEat.HttpClientInterception.dll - lib/netstandard2.0/JustEat.HttpClientInterception.dll - true - - - CP0002 - M:JustEat.HttpClientInterception.HttpClientInterceptorOptionsExtensions.RegisterGetFromJson``1(JustEat.HttpClientInterception.HttpClientInterceptorOptions,System.String,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Net.HttpStatusCode) - lib/net7.0/JustEat.HttpClientInterception.dll - lib/netstandard2.0/JustEat.HttpClientInterception.dll - true - - - CP0002 - M:JustEat.HttpClientInterception.HttpRequestInterceptionBuilderExtensions.WithJsonContent``1(JustEat.HttpClientInterception.HttpRequestInterceptionBuilder,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0}) - lib/net7.0/JustEat.HttpClientInterception.dll - lib/netstandard2.0/JustEat.HttpClientInterception.dll - true - - diff --git a/src/HttpClientInterception/JustEat.HttpClientInterception.csproj b/src/HttpClientInterception/JustEat.HttpClientInterception.csproj index 728770da..101b984f 100644 --- a/src/HttpClientInterception/JustEat.HttpClientInterception.csproj +++ b/src/HttpClientInterception/JustEat.HttpClientInterception.csproj @@ -9,8 +9,7 @@ enable Library JustEat.HttpClientInterception - - 4.3.0 + 5.0.0 true JustEat.HttpClientInterception true diff --git a/tests/HttpClientInterception.Benchmarks/JustEat.HttpClientInterception.Benchmarks.csproj b/tests/HttpClientInterception.Benchmarks/JustEat.HttpClientInterception.Benchmarks.csproj index 04b35df6..94caa952 100644 --- a/tests/HttpClientInterception.Benchmarks/JustEat.HttpClientInterception.Benchmarks.csproj +++ b/tests/HttpClientInterception.Benchmarks/JustEat.HttpClientInterception.Benchmarks.csproj @@ -5,7 +5,7 @@ Exe JustEat.HttpClientInterception Benchmarks for JustEat.HttpClientInterception - net472;net6.0;net8.0;net9.0 + net472;net8.0;net9.0