Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.22 KB

File metadata and controls

36 lines (20 loc) · 1.22 KB

Changelog

v2.4.8 - April 22, 2026

  • fix: Do not create duplicate PSRepositories when the feed already exists. Affected newer versions of PowerShellGet, as it made a breaking change and changed a property name.

v2.4.4 - April 14, 2025

  • chore: Do not include Integration Tests ps1 file in the module, as it is not needed, not signed, and can prevent Install-Module from installing the module properly depending on execution policy settings.

v2.4.2 - October 16, 2022

  • Replace Windows-specific method for getting the current user with cross-platform code to address issue #21.

v2.3.35 - July 16, 2021

  • Add more logging to make troubleshooting easier.

v2.3.17 - May 14, 2021

  • Add more logging to make troubleshooting easier.

v2.3.14 - May 14, 2021

  • Implement work around for PowerShellGet v2 bug where it can't resolve Azure Artifact feed location.
  • Add more Verbose logging statements.

v2.3.9 - January 11, 2020

  • Breaking changes to cmdlets; require new parameters.
  • Bug fixes.

v1.0.12 - December 3, 2019

  • Initial version published.