Skip to content

Commit 38545bf

Browse files
Copilotwadepickett
andcommitted
Fix ms.date to correct year (2025 not 2024)
Co-authored-by: wadepickett <[email protected]>
1 parent 4126d0e commit 38545bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aspnetcore/fundamentals/servers/kestrel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn about Kestrel, the cross-platform web server for ASP.NET Core
55
monikerRange: '>= aspnetcore-3.1'
66
ms.author: tdykstra
77
ms.custom: mvc
8-
ms.date: 08/25/2024
8+
ms.date: 08/25/2025
99
uid: fundamentals/servers/kestrel
1010
---
1111
# Kestrel web server in ASP.NET Core

aspnetcore/fundamentals/servers/kestrel/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn about configuring options for Kestrel, the cross-platform web
55
monikerRange: '>= aspnetcore-5.0'
66
ms.author: tdykstra
77
ms.custom: mvc
8-
ms.date: 08/25/2024
8+
ms.date: 08/25/2025
99
uid: fundamentals/servers/kestrel/options
1010
---
1111
# Configure options for the ASP.NET Core Kestrel web server

0 commit comments

Comments
 (0)