Skip to content

Commit

Permalink
Update version to 2.1.33.129.
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster620 committed Jan 29, 2024
1 parent bc83c56 commit 6273683
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Core.Tests/Net/Http/HttpResponseStreamProviderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public async Task ConcurrencyTest()
new Uri("https://apple.com/"),
new Uri("https://facebook.com/"),
new Uri("https://google.com/"),
new Uri("https://microsoft.com/"),
//new Uri("https://microsoft.com/"),
};

// use default HttpClient
Expand Down Expand Up @@ -90,7 +90,7 @@ protected override IStreamProvider CreateInstance(byte[] data)
return new HttpResponseStreamProvider(() => new HttpRequestMessage
{
Method = HttpMethod.Post,
RequestUri = new("http://localhost:9522/"),
RequestUri = new("http://localhost:9523/"),
});
}

Expand Down
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<PropertyGroup>

<!-- Version -->
<AssemblyVersion>2.1.32.117</AssemblyVersion>
<PackageVersion>2.1.32.117-rc</PackageVersion>
<Version>2.1.32.117</Version>
<AssemblyVersion>2.1.33.129</AssemblyVersion>
<PackageVersion>2.1.33.129</PackageVersion>
<Version>2.1.33.129</Version>

<!-- Other information -->
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down

0 comments on commit 6273683

Please sign in to comment.