- 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.
- chore: Do not include Integration Tests ps1 file in the module, as it is not needed, not signed, and can prevent
Install-Modulefrom installing the module properly depending on execution policy settings.
- Replace Windows-specific method for getting the current user with cross-platform code to address issue #21.
- Add more logging to make troubleshooting easier.
- Add more logging to make troubleshooting easier.
- Implement work around for PowerShellGet v2 bug where it can't resolve Azure Artifact feed location.
- Add more Verbose logging statements.
- Breaking changes to cmdlets; require new parameters.
- Bug fixes.
- Initial version published.