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 d904faf commit 27d3628Copy full SHA for 27d3628
dbatools.library.psd1
@@ -7,7 +7,7 @@
7
#
8
@{
9
# Version number of this module.
10
- ModuleVersion = '2025.7.19'
+ ModuleVersion = '2025.7.20'
11
12
# ID used to uniquely identify this module
13
GUID = '00b61a37-6c36-40d8-8865-ac0180288c84'
dbatools.library.psm1
@@ -34,6 +34,7 @@ if ($PSVersionTable.PSEdition -ne "Core") {
34
{
35
string[] dlls = {
36
"System.Memory",
37
+ "System.Management.Automation",
38
"System.Runtime.CompilerServices.Unsafe",
39
"Microsoft.Bcl.AsyncInterfaces",
40
"System.Text.Json",
0 commit comments