Merged
Show file tree
Hide file tree
Changes from all commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Failed to load files.
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
# PowerShell Editor Services Release History

## v3.21.0
### Wednesday, October 30, 2024

See more details at the Release for [v3.21.0](https://.com/PowerShell/PowerShellEditorServices/releases/tag/v3.21.0).

Updates to PSScriptAnalyzer and Call-operator support

## v3.20.1
### Friday, May 03, 2024

Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>3.20.1</VersionPrefix>
<VersionPrefix>3.21.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Company>Microsoft</Company>
<Copyright>© Microsoft Corporation.</Copyright>
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -19,7 +19,7 @@ RootModule = if ($PSEdition -eq 'Core')
}

# Version number of this module.
ModuleVersion = '3.20.1'
ModuleVersion = '3.21.0'

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