File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 1.9.11] - 2022-12-15
9
+
8
10
### Added
9
11
10
12
- Active Directory Module dependancy
Original file line number Diff line number Diff line change 12
12
RootModule = ' ADDSAuditTasks.psm1'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 1.9.10 '
15
+ ModuleVersion = ' 1.9.11 '
16
16
17
17
# Supported PSEditions
18
18
# CompatiblePSEditions = @()
111
111
# ExternalModuleDependencies = @('ActiveDirectory')
112
112
113
113
# ReleaseNotes of this module
114
- ReleaseNotes = ' ## [1.9.10 ] - 2022-12-13
114
+ ReleaseNotes = ' ## [1.9.11 ] - 2022-12-15
115
115
116
116
### Added
117
117
129
129
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
130
130
# DefaultCommandPrefix = ''
131
131
132
- }
132
+ }
You can’t perform that action at this time.
0 commit comments