Skip to content

Commit

Permalink
v4.2.0: Support PSScriptAnalyzer config in multi-root workspaces (#2213)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleejordan authored Jan 16, 2025
1 parent 6b73ed7 commit e26f172
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# PowerShell Editor Services Release History

## v4.2.0
### Thursday, January 16, 2025

See more details at the GitHub Release for [v4.2.0](https://github.com/PowerShell/PowerShellEditorServices/releases/tag/v4.2.0).

Support PSScriptAnalyzer config in multi-root workspaces

## v4.1.0
### Wednesday, December 04, 2024

Expand Down
2 changes: 1 addition & 1 deletion PowerShellEditorServices.Common.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>4.1.0</VersionPrefix>
<VersionPrefix>4.2.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Company>Microsoft</Company>
<Copyright>© Microsoft Corporation.</Copyright>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RootModule = if ($PSEdition -eq 'Core')
}

# Version number of this module.
ModuleVersion = '4.1.0'
ModuleVersion = '4.2.0'

# ID used to uniquely identify this module
GUID = '9ca15887-53a2-479a-9cda-48d26bcb6c47'
Expand Down

0 comments on commit e26f172

Please sign in to comment.