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 67307c2 commit d37928aCopy full SHA for d37928a
bin/dbatools-index.json
2.47 KB
dbatools.psd1
@@ -11,7 +11,7 @@
11
RootModule = 'dbatools.psm1'
12
13
# Version number of this module.
14
- ModuleVersion = '2.5.1'
+ ModuleVersion = '2.5.5'
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.7.20'
+ ModuleVersion = '2025.8.5'
35
}
36
37
# Assemblies that must be loaded prior to importing this module
0 commit comments