From 80844d54558e36a078b4a0815c1ed155b7c65148 Mon Sep 17 00:00:00 2001 From: Chris Pulman Date: Wed, 18 Sep 2024 21:59:11 +0100 Subject: [PATCH 1/2] Update Version --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index cc296dfba..4acec1c69 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "7.2.0", + "version": "7.2.1", "publicReleaseRefSpec": [ "^refs/heads/main$", // we release out of main "^refs/heads/rel/v\\d+\\.\\d+" // we also release branches starting with vN.N From 2c6a9c97725477adb88f8fea0c66700d7197c5d0 Mon Sep 17 00:00:00 2001 From: Chris Pulman Date: Wed, 18 Sep 2024 22:17:55 +0100 Subject: [PATCH 2/2] Update to centralise TFM's fix Microsoft.CodeAnalysis.CSharp versions to avoid updates --- Directory.Build.props | 1 + .../InterfaceStubGenerator.Roslyn38.csproj | 3 ++- .../InterfaceStubGenerator.Roslyn40.csproj | 3 ++- Refit.HttpClientFactory/Refit.HttpClientFactory.csproj | 2 +- Refit.Newtonsoft.Json/Refit.Newtonsoft.Json.csproj | 2 +- Refit.Xml/Refit.Xml.csproj | 2 +- Refit/Refit.csproj | 2 +- 7 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 5be14eb51..ea3793a0b 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -23,6 +23,7 @@ true $(MSBuildThisFileDirectory)buildtask.snk true + net462;netstandard2.0;net6.0;net8.0 diff --git a/InterfaceStubGenerator.Roslyn38/InterfaceStubGenerator.Roslyn38.csproj b/InterfaceStubGenerator.Roslyn38/InterfaceStubGenerator.Roslyn38.csproj index 7ffa73ad4..fa3e54b88 100644 --- a/InterfaceStubGenerator.Roslyn38/InterfaceStubGenerator.Roslyn38.csproj +++ b/InterfaceStubGenerator.Roslyn38/InterfaceStubGenerator.Roslyn38.csproj @@ -9,10 +9,11 @@ true true enable + 3.8.0 - + diff --git a/InterfaceStubGenerator.Roslyn40/InterfaceStubGenerator.Roslyn40.csproj b/InterfaceStubGenerator.Roslyn40/InterfaceStubGenerator.Roslyn40.csproj index ff5bcf9d7..6f8794170 100644 --- a/InterfaceStubGenerator.Roslyn40/InterfaceStubGenerator.Roslyn40.csproj +++ b/InterfaceStubGenerator.Roslyn40/InterfaceStubGenerator.Roslyn40.csproj @@ -10,10 +10,11 @@ true enable $(DefineConstants);ROSLYN_4 + 4.0.1 - + diff --git a/Refit.HttpClientFactory/Refit.HttpClientFactory.csproj b/Refit.HttpClientFactory/Refit.HttpClientFactory.csproj index 7fdec8b0f..cf845491f 100644 --- a/Refit.HttpClientFactory/Refit.HttpClientFactory.csproj +++ b/Refit.HttpClientFactory/Refit.HttpClientFactory.csproj @@ -3,7 +3,7 @@ Refit HTTP Client Factory Extensions Refit HTTP Client Factory Extensions - net462;netstandard2.0;net6.0;net8.0 + $(RefitTargets) enable diff --git a/Refit.Newtonsoft.Json/Refit.Newtonsoft.Json.csproj b/Refit.Newtonsoft.Json/Refit.Newtonsoft.Json.csproj index faa4438b0..c6c9f031d 100644 --- a/Refit.Newtonsoft.Json/Refit.Newtonsoft.Json.csproj +++ b/Refit.Newtonsoft.Json/Refit.Newtonsoft.Json.csproj @@ -3,7 +3,7 @@ Refit Serializer for Newtonsoft.Json ($(TargetFramework)) Refit Serializers for Newtonsoft.Json - net462;netstandard2.0;net6.0;net8.0 + $(RefitTargets) true Refit enable diff --git a/Refit.Xml/Refit.Xml.csproj b/Refit.Xml/Refit.Xml.csproj index e2e4f14d6..e7d37c92e 100644 --- a/Refit.Xml/Refit.Xml.csproj +++ b/Refit.Xml/Refit.Xml.csproj @@ -3,7 +3,7 @@ Refit Xml Serializer ($(TargetFramework)) Refit Serializers for Xml - net462;netstandard2.0;net6.0;net8.0 + $(RefitTargets) true Refit enable diff --git a/Refit/Refit.csproj b/Refit/Refit.csproj index c75461b6b..5b7c7421c 100644 --- a/Refit/Refit.csproj +++ b/Refit/Refit.csproj @@ -2,7 +2,7 @@ Refit ($(TargetFramework)) - net462;netstandard2.0;net6.0;net8.0 + $(RefitTargets) true enable