Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update to Pester 5
- Use matrix strategy for azure-pipelines unit tests.
- Add Unit tests for public functions.
- Removed the pinning of the PSResourceGet module version from `Resolve-Dependency.psd1`.

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion Resolve-Dependency.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
set to $false then PowerShellGet will be used to resolve dependencies.
#>
UsePSResourceGet = $true
PSResourceGetVersion = '1.0.1'
# PSResourceGetVersion = '1.0.1'

# PowerShellGet compatibility module only works when using PSResourceGet or ModuleFast.
UsePowerShellGetCompatibilityModule = $true
Expand Down
Loading