You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
6
-
## [Unreleased]
6
+
## [Unreleased][unreleased]
7
7
8
8
* Replace `UseLog4NetXmlNamespace(null)` with `UseNoXmlNamespace()`
9
9
* Reduce the public API surface
@@ -28,7 +28,7 @@ After (1.0.0-rc.3)
28
28
```
29
29
30
30
31
-
## [1.0.0-rc.2] - 2021-03-25
31
+
## [1.0.0-rc.2][1.0.0-rc.2] - 2021-03-25
32
32
33
33
* Handle non Serilog provided `LogEventPropertyValue` subclasses
34
34
* The `Log4NetTextFormatterOptionsBuilder` constructor is now internal
@@ -50,18 +50,17 @@ After (1.0.0-rc.2)
50
50
51
51
* Documentation has been improved
52
52
53
-
## [1.0.0-rc.1] - 2021-02-05
53
+
## [1.0.0-rc.1][1.0.0-rc.1] - 2021-02-05
54
54
55
55
This release contains the same code as 1.0.0-alpha.0.110.
56
56
57
57
Still trying to figure out how to make everything fit together with [MinVer](https://github.com/adamralph/minver), **annotated** tags and GitHub actions.
0 commit comments