Skip to content

Commit 4c5233f

Browse files
(#172) Update release notes & docs
1 parent 44c6ded commit 4c5233f

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ A logger for use in tests so that the messages logged can be examined in tests.
99
* ![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/Stravaig.Extensions.Logging.Diagnostics?color=ffffff&label=nuget%20latest&logo=nuget) [View Stravaig.Extensions.Logging.Diagnostics on NuGet](https://www.nuget.org/packages/Stravaig.Extensions.Logging.Diagnostics)
1010
* ![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/Stravaig.Extensions.Logging.Diagnostics.XUnit?color=ffffff&label=nuget%20latest&logo=nuget) [View Stravaig.Extensions.Logging.Diagnostics.XUnit on NuGet](https://www.nuget.org/packages/Stravaig.Extensions.Logging.Diagnostics.XUnit)
1111

12-
Current version supports: 6.0, 7.0 and 8.0
13-
14-
.NET Core 3.1 and .NET 5.0 support was dropped as of v2.0. Use v1.x when targeting .NET Core 3.1 or .NET 5.0.
12+
.NET support:
13+
* v1.x supports .NET Core 3.1 and .NET 5.0
14+
* v2.x supports .NET 6.0, 7.0 and 8.0
15+
* v3.x supports .NET 6.0 and 8.0
1516

1617
## Why test logs?
1718

docs/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,11 @@ This package is designed to hook into the .NET logging framework so that the log
5151

5252
## Supported .NET Versions
5353

54+
v1.x supports: .NET Core 3.1 and .NET 5.0
55+
5456
v2.x supports: .NET 6.0, 7.0 and 8.0
5557

56-
v1.z supports: .NET Core 3.1 and .NET 5.0
58+
v3.x supports: .NET 6.0 and 8.0
5759

5860
## Other Stuff
5961

release-notes/wip-release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Date: ???
77
### Breaking Changes
88

99
- Feature #123 changes the `TestCaptureLogger<T>` class to encapsulate an instance of `TestCaptureLogger` rather than inherit from it. If you're code relied on `TestCaptureLogger<T>` inheriting from `TestCaptureLogger` then it will likely break.
10+
- Feature #172 drops support for .NET 7.0. Use .NET 6.0 LTS or .NET 8.0 LTS.
1011

1112
### Bugs
1213

@@ -22,9 +23,12 @@ Date: ???
2223
### Miscellaneous
2324

2425
- #164: Update pipeline.
26+
- #172: Drop support and package targeting for .NET 7.0.
2527

2628
### Dependencies
2729

2830
- #166 Update package references:
2931
- .NET 8.0 targets:
3032
- Bump Microsoft.Extensions.Logging.Abstractions to 8.0.1
33+
- .NET 7.0 targets:
34+
- Dropped

0 commit comments

Comments
 (0)