From c42989698dffe02426f0527e6059349cc9d8ded2 Mon Sep 17 00:00:00 2001 From: Todd Date: Tue, 20 Dec 2022 13:21:10 -0600 Subject: [PATCH] version bumps --- src/Flurl.Http/Flurl.Http.csproj | 2 +- src/Flurl/Flurl.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Flurl.Http/Flurl.Http.csproj b/src/Flurl.Http/Flurl.Http.csproj index 2bc0979a..a829d6d2 100644 --- a/src/Flurl.Http/Flurl.Http.csproj +++ b/src/Flurl.Http/Flurl.Http.csproj @@ -4,7 +4,7 @@ 8.0 True Flurl.Http - 4.0.0-pre2 + 4.0.0-pre3 Todd Menier A fluent, portable, testable HTTP client library. https://flurl.dev diff --git a/src/Flurl/Flurl.csproj b/src/Flurl/Flurl.csproj index 3921ba89..f64c42c5 100644 --- a/src/Flurl/Flurl.csproj +++ b/src/Flurl/Flurl.csproj @@ -3,7 +3,7 @@ netstandard2.0;net461;net472 True Flurl - 3.0.6 + 3.0.7 Todd Menier A fluent, portable URL builder. To make HTTP calls off the fluent chain, check out Flurl.Http. https://flurl.dev