Skip to content

Commit 7249213

Browse files
CopilotIEvangelist
andcommitted
Update freshness dates for 7 articles and remove version pinning from http-resilience
Co-authored-by: IEvangelist <[email protected]>
1 parent fe1ca75 commit 7249213

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

docs/core/extensions/channels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Channels
33
description: Learn the official synchronization data structures in System.Threading.Channels for producers and consumers with .NET.
44
author: IEvangelist
55
ms.author: dapine
6-
ms.date: 06/26/2023
6+
ms.date: 10/20/2025
77
---
88

99
# System.Threading.Channels library

docs/core/extensions/windows-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create Windows Service using BackgroundService
33
description: Learn how to create a Windows Service using the BackgroundService in .NET.
44
author: IEvangelist
55
ms.author: dapine
6-
ms.date: 03/25/2024
6+
ms.date: 10/20/2025
77
ms.topic: tutorial
88
---
99

docs/core/resilience/http-resilience.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Build resilient HTTP apps: Key development patterns"
33
description: Learn how to build resilient HTTP apps using the Microsoft.Extensions.Http.Resilience NuGet package.
44
author: IEvangelist
55
ms.author: dapine
6-
ms.date: 07/01/2024
6+
ms.date: 10/20/2025
77
---
88

99
# Build resilient HTTP apps: Key development patterns
@@ -17,13 +17,13 @@ To use resilience-patterns in HTTP apps, install the [Microsoft.Extensions.Http.
1717
### [.NET CLI](#tab/dotnet-cli)
1818

1919
```dotnetcli
20-
dotnet add package Microsoft.Extensions.Http.Resilience --version 8.0.0
20+
dotnet add package Microsoft.Extensions.Http.Resilience
2121
```
2222

2323
### [PackageReference](#tab/package-reference)
2424

2525
```xml
26-
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="8.0.0" />
26+
<PackageReference Include="Microsoft.Extensions.Http.Resilience" />
2727
```
2828

2929
---

docs/core/testing/unit-testing-code-coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use code coverage for unit testing
33
description: Learn how to use the code coverage capabilities for .NET unit tests.
44
author: IEvangelist
55
ms.author: dapine
6-
ms.date: 11/11/2021
6+
ms.date: 10/20/2025
77
---
88

99
# Use code coverage for unit testing

docs/standard/assembly/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Assemblies in .NET"
33
description: Assemblies are fundamental units of deployment, version control, reuse, activation scoping, and security permissions for .NET-based applications.
4-
ms.date: 07/27/2022
4+
ms.date: 10/20/2025
55
ms.custom: devdivchpfy22
66
ms.assetid: 149f5ca5-5b34-4746-9542-1ae43b2d0256
77
helpviewer_keywords:

docs/standard/collections/thread-safe/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Thread-Safe collections
33
description: Get started with thread-safe collections using the System.Collections.Concurrent namespace in .NET, which includes thread-safe and scalable collection classes.
4-
ms.date: 01/23/2023
4+
ms.date: 10/20/2025
55
ms.custom: devdivchpfy22
66
helpviewer_keywords:
77
- "thread-safe collections, overview"

docs/standard/parallel-programming/task-based-asynchronous-programming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Task-based asynchronous programming - .NET"
33
description: In this article, learn about task-based asynchronous programming through the Task Parallel Library (TPL) in .NET.
4-
ms.date: 06/03/2024
4+
ms.date: 10/20/2025
55
ms.custom: devdivchpfy22
66
dev_langs:
77
- "csharp"

0 commit comments

Comments
 (0)