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