From fb2c7314e5c096848b0bc49453855de74b0e2de4 Mon Sep 17 00:00:00 2001 From: Todd Date: Mon, 14 Dec 2020 13:19:04 -0600 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 647f0e60..b836d767 100644 --- a/src/Flurl.Http/Flurl.Http.csproj +++ b/src/Flurl.Http/Flurl.Http.csproj @@ -3,7 +3,7 @@ netstandard2.0;net461 True Flurl.Http - 3.0.0 + 3.0.1 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 12f3c0dd..b8117bd5 100644 --- a/src/Flurl/Flurl.csproj +++ b/src/Flurl/Flurl.csproj @@ -3,7 +3,7 @@ netstandard2.0;net461 True Flurl - 3.0.0 + 3.0.1 Todd Menier A fluent, portable URL builder. To make HTTP calls off the fluent chain, check out Flurl.Http. https://flurl.dev