File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1212RootModule = ' Logging.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 4.3.2 '
15+ ModuleVersion = ' 4.4.0 '
1616
1717# Supported PSEditions
1818# CompatiblePSEditions = @()
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 4.4.0 (2020-06-17)
4+
5+ - [ FIX] NotifyBeginApplication/NotifyEndApplication calls not needed (#99 )
6+ - [ FIX] Fix startup race condition (#100 ) (@Tadas )
7+ - [ FIX] Fixed an issue in AzureLogAnalytics target (#102 ) (@Glober777 )
8+ - [ FIX] Resolve relative Path in File target (#103 ) (@Tadas )
9+ - [ FIX] Target name is case insensitive (#106 ) (@Tadas )
10+
311## 4.3.2 (2020-05-28)
412
513
@@ -185,5 +193,6 @@ It should improve logging performance to a new level thanks to the amazing work
185193
186194
187195
196+
188197
189198
Original file line number Diff line number Diff line change 1- - [ FIX] NotifyBeginApplication/NotifyEndApplication calls not needed (#99 )
2- - [ FIX] Fix startup race condition (#100 ) (@Tadas )
3- - [ FIX] Fixed an issue in AzureLogAnalytics target (#102 ) (@Glober777 )
4- - [ FIX] Resolve relative Path in File target (#103 ) (@Tadas )
5- - [ FIX] Target name is case insensitive (#106 ) (@Tadas )
You can’t perform that action at this time.
0 commit comments