Skip to content

VSCode‑Updater 2.0.1

Choose a tag to compare

@ldmcclatchey ldmcclatchey released this 05 May 14:46

Release Notes (v2.0.1)

This release updates the module manifest and metadata to ensure full compatibility with the PowerShell Gallery publishing pipeline. All metadata fields have been normalized to the PrivateData.PSData block, resolving validation issues under PowerShellGet v1 and Windows PowerShell 5.1. The GitHub Actions workflow has also been updated to run under PowerShell 7 with the correct module‑publishing behavior.

Changes

  • Corrected and reorganized manifest metadata for PowerShell Gallery compliance.
  • Moved ProjectUri, LicenseUri, IconUri, Tags, and ReleaseNotes into PrivateData.PSData.
  • Ensured the manifest parses cleanly under both PowerShell 5.1 and PowerShell 7.
  • Updated the GitHub Actions workflow to use PowerShellGet v2 and PowerShell 7 for publishing.
  • Cleaned up version alignment between the manifest, tag, and release.

Notes

This release focuses solely on metadata and publishing infrastructure. No functional changes were made to the module’s behavior.