Skip to content

Commit eaceaf7

Browse files
Bump System.ServiceModel.Http from 8.0.0 to 8.1.1 in /src (#1996)
Bumps [System.ServiceModel.Http](https://github.com/dotnet/wcf) from 8.0.0 to 8.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotnet/wcf/releases">System.ServiceModel.Http's releases</a>.</em></p> <blockquote> <h2>WCF 8.1.1</h2> <h1>Release Notes</h1> <h2>Package Info</h2> <ul> <li><a href="https://github.com/dotnet/wcf/blob/main/release-notes/System.ServiceModel.Http.md">System.ServiceModel.Http 8.1.1</a></li> <li><a href="https://github.com/dotnet/wcf/blob/main/release-notes/System.ServiceModel.NetFramingBase.md">System.ServiceModel.NetFramingBase 8.1.1</a></li> <li><a href="https://github.com/dotnet/wcf/blob/main/release-notes/System.ServiceModel.NetTcp.md">System.ServiceModel.NetTcp 8.1.1</a></li> <li><a href="https://github.com/dotnet/wcf/blob/main/release-notes/System.ServiceModel.NetNamedPipe.md">System.ServiceModel.NetNamedPipe 8.1.1</a></li> <li><a href="https://github.com/dotnet/wcf/blob/main/release-notes/System.ServiceModel.Primitives.md">System.ServiceModel.Primitives 8.1.1</a></li> <li><a href="https://github.com/dotnet/wcf/blob/main/release-notes/System.ServiceModel.Federation.md">System.ServiceModel.Federation 8.1.1</a></li> <li><a href="https://github.com/dotnet/wcf/blob/main/release-notes/System.Web.Services.Description.md">System.Web.Services.Description 8.1.1</a></li> <li><a href="https://github.com/dotnet/wcf/blob/main/release-notes/System.ServiceModel.UnixDomainSocket.md">System.ServiceModel.UnixDomainSocket 8.1.1</a></li> </ul> <h2>Bug Fixes</h2> <ul> <li>Fix System.Web.Services.Description missing NetFx type forwards by <a href="https://github.com/mconnew"><code>@​mconnew</code></a> <a href="https://redirect.github.com/dotnet/wcf/pull/5708">dotnet/wcf#5708</a></li> <li>Created tool to check netfx type forwards and added missing netfx type forwards by <a href="https://github.com/mconnew"><code>@​mconnew</code></a> in <a href="https://redirect.github.com/dotnet/wcf/pull/5707">dotnet/wcf#5707</a></li> <li>Fix some exception handling by <a href="https://github.com/mconnew"><code>@​mconnew</code></a> in <a href="https://redirect.github.com/dotnet/wcf/pull/5704">dotnet/wcf#5704</a></li> <li>Add netstandard support back to Federation by <a href="https://github.com/mconnew"><code>@​mconnew</code></a> in <a href="https://redirect.github.com/dotnet/wcf/pull/5703">dotnet/wcf#5703</a></li> </ul> <h2>WCF 8.1</h2> <h1>Release Notes</h1> <h2>Package Info</h2> <ul> <li><a href="https://github.com/dotnet/wcf/blob/main/release-notes/System.ServiceModel.Http.md">System.ServiceModel.Http 8.1.0</a></li> <li><a href="https://github.com/dotnet/wcf/blob/main/release-notes/System.ServiceModel.NetFramingBase.md">System.ServiceModel.NetFramingBase 8.1.0</a></li> <li><a href="https://github.com/dotnet/wcf/blob/main/release-notes/System.ServiceModel.NetTcp.md">System.ServiceModel.NetTcp 8.1.0</a></li> <li><a href="https://github.com/dotnet/wcf/blob/main/release-notes/System.ServiceModel.NetNamedPipe.md">System.ServiceModel.NetNamedPipe 8.1.0</a></li> <li><a href="https://github.com/dotnet/wcf/blob/main/release-notes/System.ServiceModel.Primitives.md">System.ServiceModel.Primitives 8.1.0</a></li> <li><a href="https://github.com/dotnet/wcf/blob/main/release-notes/System.ServiceModel.Federation.md">System.ServiceModel.Federation 8.1.0</a></li> <li><a href="https://github.com/dotnet/wcf/blob/main/release-notes/System.Web.Services.Description.md">System.Web.Services.Description 8.1.0</a></li> <li><a href="https://github.com/dotnet/wcf/blob/main/release-notes/System.ServiceModel.UnixDomainSocket.md">System.ServiceModel.UnixDomainSocket 8.1.0</a></li> </ul> <h2>What's New</h2> <p>Net standard 2.0 and .NET Framework support are back in WCF Client 8.1 Release.</p> <ul> <li>Bring back netstandard2.0 and netfx support by <a href="https://github.com/mconnew"><code>@​mconnew</code></a> in <a href="https://redirect.github.com/dotnet/wcf/pull/5674">dotnet/wcf#5674</a></li> </ul> <h2>Bug Fixes</h2> <ul> <li>Update UDS WindowsAuth test to run on Windows only. by <a href="https://github.com/frank117117"><code>@​frank117117</code></a> in <a href="https://redirect.github.com/dotnet/wcf/pull/5397">dotnet/wcf#5397</a></li> <li>Add NetNamedPipe long path test by <a href="https://github.com/imcarolwang"><code>@​imcarolwang</code></a> in <a href="https://redirect.github.com/dotnet/wcf/pull/5036">dotnet/wcf#5036</a></li> <li>Set ProducesDotNetReleaseShippingAssets property in Publishing.props by <a href="https://github.com/MilenaHristova"><code>@​MilenaHristova</code></a> in <a href="https://redirect.github.com/dotnet/wcf/pull/5430">dotnet/wcf#5430</a></li> <li>Fix UDS connection exception handling and add test. by <a href="https://github.com/imcarolwang"><code>@​imcarolwang</code></a> in <a href="https://redirect.github.com/dotnet/wcf/pull/5435">dotnet/wcf#5435</a></li> <li>Added ProtocolException towards header validation by <a href="https://github.com/DmitryOlshak"><code>@​DmitryOlshak</code></a> in <a href="https://redirect.github.com/dotnet/wcf/pull/5448">dotnet/wcf#5448</a></li> <li>Make ServiceChannelProxy implement IAsyncDisposable by <a href="https://github.com/0xced"><code>@​0xced</code></a> in <a href="https://redirect.github.com/dotnet/wcf/pull/5385">dotnet/wcf#5385</a></li> <li>Multi target type reuse by <a href="https://github.com/imcarolwang"><code>@​imcarolwang</code></a> in <a href="https://redirect.github.com/dotnet/wcf/pull/5300">dotnet/wcf#5300</a></li> <li>Enable source indexing for internal builds by <a href="https://github.com/mconnew"><code>@​mconnew</code></a> in <a href="https://redirect.github.com/dotnet/wcf/pull/5489">dotnet/wcf#5489</a></li> <li>Add missing constructors for FaultException<!-- raw HTML omitted --> and add unit test. by <a href="https://github.com/imcarolwang"><code>@​imcarolwang</code></a> in <a href="https://redirect.github.com/dotnet/wcf/pull/5558">dotnet/wcf#5558</a></li> <li>Fix Streamed Timeout TimeSpan.MaxValue Exception by <a href="https://github.com/afifi-ins"><code>@​afifi-ins</code></a> in <a href="https://redirect.github.com/dotnet/wcf/pull/5618">dotnet/wcf#5618</a></li> <li>Fix UnixDomainSocketBinding default security issue on Windows. by <a href="https://github.com/imcarolwang"><code>@​imcarolwang</code></a> in <a href="https://redirect.github.com/dotnet/wcf/pull/5627">dotnet/wcf#5627</a></li> <li>Fix sync hang issue after async task method call by <a href="https://github.com/imcarolwang"><code>@​imcarolwang</code></a> in <a href="https://redirect.github.com/dotnet/wcf/pull/5634">dotnet/wcf#5634</a></li> <li>Add IMergeEnabledMessageProperty to S.S.Primitives by <a href="https://github.com/imcarolwang"><code>@​imcarolwang</code></a> in <a href="https://redirect.github.com/dotnet/wcf/pull/5527">dotnet/wcf#5527</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/dotnet/wcf/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.ServiceModel.Http&package-manager=nuget&previous-version=8.0.0&new-version=8.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5dddf9f commit eaceaf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<PackageVersion Include="System.Net.Http" Version="4.3.4" />
7676
<PackageVersion Include="System.ServiceModel.Duplex" Version="6.0.0" />
7777
<PackageVersion Include="System.ServiceModel.Federation" Version="8.0.0" />
78-
<PackageVersion Include="System.ServiceModel.Http" Version="8.0.0" />
78+
<PackageVersion Include="System.ServiceModel.Http" Version="8.1.1" />
7979
<PackageVersion Include="System.ServiceModel.NetTcp" Version="8.1.0" />
8080
<PackageVersion Include="System.ServiceModel.Security" Version="6.0.0" />
8181
<PackageVersion Include="System.Text.Json" Version="9.0.0" />

0 commit comments

Comments
 (0)