Skip to content

Commit

Permalink
Flurl.Http pre version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd committed Dec 8, 2023
1 parent 439afe9 commit 4361a2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Flurl.Http/Flurl.Http.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<LangVersion>9.0</LangVersion>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>Flurl.Http</PackageId>
<Version>4.0.0-pre6</Version>
<Version>4.0.0-pre7</Version>
<Authors>Todd Menier</Authors>
<Description>A fluent, portable, testable HTTP client library.</Description>
<PackageProjectUrl>https://flurl.dev</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion test/Flurl.Test/Http/HeadersTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public class ClientHeadersTests : HeadersTestsBase<IFlurlClient>
protected override IFlurlClient CreateContainer() => new FlurlClient();
protected override IFlurlRequest GetRequest(IFlurlClient cli) => cli.Request("http://api.com");

[Test]
[Test] // #778
public void can_copy_multi_value_header_from_HttpClient() {
var userAgent = "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0";
var httpClient = new HttpClient();
Expand Down

0 comments on commit 4361a2d

Please sign in to comment.