Skip to content

Commit

Permalink
Fix code to support latest rc1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed Jan 6, 2024
1 parent 3dd1e89 commit 3bc5326
Show file tree
Hide file tree
Showing 4 changed files with 181 additions and 173 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Built module is now built in a separate folder. This is to split the paths
for the built module and all required modules, to avoid returning duplicate
modules when using `Get-Module -ListAvailable`.
- Update PSResourceGet to default to v1.0.1 if no version is passes in parameter
or specific version is configured.

### Fixed

Expand Down
12 changes: 6 additions & 6 deletions RequiredModules.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@

# PSDepend format is also supported. Must be exactly 9.1.0-preview0002

#'ComputerManagementDsc' = @{
# Version = '9.1.0-preview0002'
# Parameters = @{
# AllowPrerelease = $true
# }
#}
'ComputerManagementDsc' = @{
Version = '9.1.0-preview0002'
Parameters = @{
AllowPrerelease = $true
}
}
# PSPKI = '3.7.2'
# LoopbackAdapter = 'latest'

Expand Down
Loading

0 comments on commit 3bc5326

Please sign in to comment.