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 34f0c99 commit 661a9b8Copy full SHA for 661a9b8
3 files changed
.github/dbatools-library-version.json
@@ -1,4 +1,4 @@
1
{
2
- "version": "2025.12.26",
+ "version": "2025.12.28",
3
"notes": "Version of dbatools.library to use for CI/CD and development"
4
}
bin/dbatools-index.json
14 KB
dbatools.psd1
@@ -11,7 +11,7 @@
11
RootModule = 'dbatools.psm1'
12
13
# Version number of this module.
14
- ModuleVersion = '2.7.17'
+ ModuleVersion = '2.7.18'
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.26'
+ ModuleVersion = '2025.12.28'
35
36
37
# Assemblies that must be loaded prior to importing this module
0 commit comments