Skip to content

Commit a39b23b

Browse files
Merge pull request #503 from bilal-fazlani/501-remove-GetCurrentClassLogger-usages
update release notes
2 parents 7129caa + 7ee4d2c commit a39b23b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/ReleaseNotes/CommandDotNet.TestTools.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CommandDotNet.TestTools
22

3+
## 6.0.4
4+
5+
* [#501](https://github.com/bilal-fazlani/commanddotnet/issues/501) replace LogProvider `GetCurrentClassLogger` usage with `GetLogger` to better support AOT apps.
6+
37
## 6.0.3
48

59
fix async support for `InterceptingSystemConsoleWrites`. It did not property await async command methods.

docs/ReleaseNotes/CommandDotNet.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CommandDotNet
22

3+
## 7.0.5
4+
5+
* [#501](https://github.com/bilal-fazlani/commanddotnet/issues/501) replace LogProvider `GetCurrentClassLogger` usage with `GetLogger` to better support AOT apps.
6+
37
## 7.0.4
48

59
### Maintenance

0 commit comments

Comments
 (0)