Skip to content

Commit 1c4ce5c

Browse files
v2.7.14
1 parent 3ede96b commit 1c4ce5c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/dbatools-index.json

62.6 KB
Binary file not shown.

bin/diagnosticquery/SQLServerDiagnosticQueries_2025.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
-- SQL Server 2025 Diagnostic Information Queries
33
-- Glenn Berry
4-
-- Last Modified: November 19, 2025
4+
-- Last Modified: December 11, 2025
55
-- https://glennsqlperformance.com/
66
-- https://sqlserverperformance.wordpress.com/
77
-- YouTube: https://bit.ly/2PkoAM1

dbatools.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
RootModule = 'dbatools.psm1'
1212

1313
# Version number of this module.
14-
ModuleVersion = '2.7.13'
14+
ModuleVersion = '2.7.14'
1515

1616
# ID used to uniquely identify this module
1717
GUID = '9d139310-ce45-41ce-8e8b-d76335aa1789'
@@ -31,7 +31,7 @@
3131
# Modules that must be imported into the global environment prior to importing this module
3232
RequiredModules = @{
3333
ModuleName = 'dbatools.library';
34-
ModuleVersion = '2025.11.29'
34+
ModuleVersion = '2025.12.21'
3535
}
3636

3737
# Assemblies that must be loaded prior to importing this module

0 commit comments

Comments
 (0)