Skip to content

Commit 7c08c56

Browse files
Add workspace file and bump module version
Added dbatools.library.code-workspace for VS Code multi-folder support. Updated dbatools.library.psd1 module version from 2025.8.1 to 2025.8.5.
1 parent 03e3e71 commit 7c08c56

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

dbatools.library.code-workspace

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
},
6+
{
7+
"path": "../dbatools"
8+
}
9+
],
10+
"settings": {}
11+
}

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.8.1'
10+
ModuleVersion = '2025.8.5'
1111

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

0 commit comments

Comments
 (0)