Skip to content

Commit

Permalink
v3.20.0: Hotfix for incorrect signing certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleejordan committed Apr 16, 2024
1 parent 5cdb268 commit 4317c8b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# PowerShell Editor Services Release History

## v3.20.0
### Tuesday, April 16, 2024

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

Hotfix for incorrect signing certificate, sorry about that!

Also removed Plaster integration as we were unable to correctly sign it since we no longer own it.

## v3.19.0
### Wednesday, April 03, 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>3.19.0</VersionPrefix>
<VersionPrefix>3.20.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 = '3.19.0'
ModuleVersion = '3.20.0'

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

0 comments on commit 4317c8b

Please sign in to comment.