Skip to content

Commit 27d3628

Browse files
Add System.Management.Automation to DLL imports
Included System.Management.Automation in the list of DLLs imported for non-Core PowerShell editions. Also updated module version to 2025.7.20.
1 parent d904faf commit 27d3628

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dbatools.library.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
@{
99
# Version number of this module.
10-
ModuleVersion = '2025.7.19'
10+
ModuleVersion = '2025.7.20'
1111

1212
# ID used to uniquely identify this module
1313
GUID = '00b61a37-6c36-40d8-8865-ac0180288c84'

dbatools.library.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ if ($PSVersionTable.PSEdition -ne "Core") {
3434
{
3535
string[] dlls = {
3636
"System.Memory",
37+
"System.Management.Automation",
3738
"System.Runtime.CompilerServices.Unsafe",
3839
"Microsoft.Bcl.AsyncInterfaces",
3940
"System.Text.Json",

0 commit comments

Comments
 (0)