File tree 3 files changed +10
-6
lines changed
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 12
12
RootModule = ' Logging.psm1'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 4.3.2 '
15
+ ModuleVersion = ' 4.4.0 '
16
16
17
17
# Supported PSEditions
18
18
# CompatiblePSEditions = @()
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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
+
3
11
## 4.3.2 (2020-05-28)
4
12
5
13
@@ -185,5 +193,6 @@ It should improve logging performance to a new level thanks to the amazing work
185
193
186
194
187
195
196
+
188
197
189
198
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