diff --git a/src/Flurl.Http/Flurl.Http.csproj b/src/Flurl.Http/Flurl.Http.csproj index 8f96aba4..b207459e 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.0.1 + 3.2.0 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 9a71a17a..8f7c93de 100644 --- a/src/Flurl/Flurl.csproj +++ b/src/Flurl/Flurl.csproj @@ -3,7 +3,7 @@ netstandard2.0;net461;net472 True Flurl - 3.0.1 + 3.0.2 Todd Menier A fluent, portable URL builder. To make HTTP calls off the fluent chain, check out Flurl.Http. https://flurl.dev