Skip to content

Commit 6273683

Browse files
committed
Update version to 2.1.33.129.
1 parent bc83c56 commit 6273683

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Core.Tests/Net/Http/HttpResponseStreamProviderTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public async Task ConcurrencyTest()
3535
new Uri("https://apple.com/"),
3636
new Uri("https://facebook.com/"),
3737
new Uri("https://google.com/"),
38-
new Uri("https://microsoft.com/"),
38+
//new Uri("https://microsoft.com/"),
3939
};
4040

4141
// use default HttpClient
@@ -90,7 +90,7 @@ protected override IStreamProvider CreateInstance(byte[] data)
9090
return new HttpResponseStreamProvider(() => new HttpRequestMessage
9191
{
9292
Method = HttpMethod.Post,
93-
RequestUri = new("http://localhost:9522/"),
93+
RequestUri = new("http://localhost:9523/"),
9494
});
9595
}
9696

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<PropertyGroup>
55

66
<!-- Version -->
7-
<AssemblyVersion>2.1.32.117</AssemblyVersion>
8-
<PackageVersion>2.1.32.117-rc</PackageVersion>
9-
<Version>2.1.32.117</Version>
7+
<AssemblyVersion>2.1.33.129</AssemblyVersion>
8+
<PackageVersion>2.1.33.129</PackageVersion>
9+
<Version>2.1.33.129</Version>
1010

1111
<!-- Other information -->
1212
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

0 commit comments

Comments
 (0)