From a6ea4724c9020163e657f7429adceac0da239cab Mon Sep 17 00:00:00 2001 From: Todd Date: Mon, 25 Apr 2022 16:58:18 -0500 Subject: [PATCH] version bumps --- src/Flurl.Http/Flurl.Http.csproj | 4 ++-- src/Flurl/Flurl.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Flurl.Http/Flurl.Http.csproj b/src/Flurl.Http/Flurl.Http.csproj index 3805e2a7..f7114513 100644 --- a/src/Flurl.Http/Flurl.Http.csproj +++ b/src/Flurl.Http/Flurl.Http.csproj @@ -3,7 +3,7 @@ netstandard2.0;net461;net472 True Flurl.Http - 3.2.2 + 3.2.3 Todd Menier A fluent, portable, testable HTTP client library. https://flurl.dev @@ -34,7 +34,7 @@ - + diff --git a/src/Flurl/Flurl.csproj b/src/Flurl/Flurl.csproj index 09751821..8c45298d 100644 --- a/src/Flurl/Flurl.csproj +++ b/src/Flurl/Flurl.csproj @@ -3,7 +3,7 @@ netstandard2.0;net461;net472 True Flurl - 3.0.4 + 3.0.5 Todd Menier A fluent, portable URL builder. To make HTTP calls off the fluent chain, check out Flurl.Http. https://flurl.dev