Skip to content

Commit 80fadce

Browse files
authored
Update version-specific.md
1 parent 88f5f6f commit 80fadce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

15/umbraco-deploy/upgrades/version-specific.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ These methods all have a default implementation that forwards the calls to the s
2929
#### Removed `AcceptInvalidCertificates` setting
3030
The `AcceptInvalidCertificates` setting previously configured the `ServicePointManager` to accept all certificates. However, this class is [obsoleted in .NET 9 and no longer affects `HttpClient`](https://learn.microsoft.com/en-us/dotnet/api/system.net.servicepointmanager?view=net-9.0).
3131

32-
Deploy uses a type client to make HTTP requests between environments and this client can be configured to accept any certificate:
32+
Deploy uses a type of client to make HTTP requests between environments and this client can be configured to accept any certificate:
3333

34-
```c#
34+
```csharp
3535
builder.Services.AddHttpClient<DeployHttpClient>().ConfigurePrimaryHttpMessageHandler(() => new HttpClientHandler
3636
{
3737
// Only use this for testing purposes or if you have other security in place (e.g. only allow environments to connect over an internal network)
@@ -43,4 +43,4 @@ builder.Services.AddHttpClient<DeployHttpClient>().ConfigurePrimaryHttpMessageHa
4343
* Umbraco CMS dependency was updated to `15.0.0`.
4444

4545
## Legacy version specific upgrade notes
46-
You can find the version specific upgrade notes for versions out of support in the [Legacy documentation on Github](https://github.com/umbraco/UmbracoDocs/blob/umbraco-eol-versions/11/umbraco-deploy/upgrades/version-specific.md).
46+
You can find the version specific upgrade notes for versions out of support in the [Legacy documentation on Github](https://github.com/umbraco/UmbracoDocs/blob/umbraco-eol-versions/11/umbraco-deploy/upgrades/version-specific.md).

0 commit comments

Comments
 (0)