We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a93f01 commit b590f57Copy full SHA for b590f57
dbatools.psd1
@@ -11,7 +11,7 @@
11
RootModule = 'dbatools.psm1'
12
13
# Version number of this module.
14
- ModuleVersion = '2.7.15'
+ ModuleVersion = '2.7.16'
15
16
# ID used to uniquely identify this module
17
GUID = '9d139310-ce45-41ce-8e8b-d76335aa1789'
@@ -31,7 +31,7 @@
31
# Modules that must be imported into the global environment prior to importing this module
32
RequiredModules = @{
33
ModuleName = 'dbatools.library';
34
- ModuleVersion = '2025.12.25'
+ ModuleVersion = '2025.12.26'
35
}
36
37
# Assemblies that must be loaded prior to importing this module
0 commit comments