Skip to content
This repository was archived by the owner on Jun 1, 2024. It is now read-only.

Commit d7328c6

Browse files
committed
Updated changelog
1 parent 875d89a commit d7328c6

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [9.0.0] - 2022-04-29
910

11+
### Fixed
12+
- Dropped support for old .NET framework, and now uses .NET Core. Previous versions were out of support by MS anyway.
13+
- Fixed the build so it uses GitHub Actions as AppVeyor was not working
14+
- Created packages in GitHub Packages
15+
16+
### Added
17+
- PR #420
18+
- PR #416
19+
- PR #406
1020
## [8.4.1] - 2020-09-28
1121
### Fixed
1222
- Make sure TypeName is set to `_doc` when setting the template version to `ESv7`.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,10 @@ Option BufferFileSizeLimitBytes is added The maximum size, in bytes, to which th
278278

279279
### Breaking changes
280280

281+
#### Version 9
282+
283+
* Dropped support for 456 and sticking now with NETSTANDARD
284+
281285
#### Version 7
282286

283287
* Nuget Serilog.Sinks.File is now used instead of deprecated Serilog.Sinks.RollingFile

0 commit comments

Comments
 (0)