Skip to content

Commit 839ff35

Browse files
committed
Fix typo
1 parent 0fd01c0 commit 839ff35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [1.3.1][1.3.1] - 2025-04-30
88

9-
- Log events coming from `Microsoft.Extensions.Logging` are now identified if they have **either** an `EventId.Id` or a `EventId.Name` property. Previously, log events coming from `Microsoft.Extensions.Logging` were identified if they had **both** an `Id` and a `Name` property.
9+
- Log events coming from `Microsoft.Extensions.Logging` are now identified if they have **either** an `EventId.Id` or an `EventId.Name` property. Previously, log events coming from `Microsoft.Extensions.Logging` were identified if they had **both** an `Id` and a `Name` property.
1010

1111
## [1.3.0][1.3.0] - 2025-04-19
1212

0 commit comments

Comments
 (0)