Skip to content

Commit 91b0579

Browse files
authored
Merge pull request #159 from Gijsreyn/update-module-versions
Update PlatyPS and PSResourceGet
2 parents 36cf7b4 + 000c4ae commit 91b0579

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111

12+
- Version of `Microsoft.PowerShell.PSResourceGet` and `Microsoft.PowerShell.PlatyPS` updated
13+
1214
### Fixed
1315

1416
### Deprecated

RequiredModules.psd1

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,5 @@
2424
'Az.Accounts' = '5.0.0'
2525
'Az.Resources' = '6.15.1'
2626
'MicrosoftPowerBIMgmt' = '1.2.1111'
27-
'Microsoft.PowerShell.PlatyPS' = @{
28-
Version = '1.0.0-rc1'
29-
Parameters = @{
30-
AllowPrerelease = $true
31-
} # TODO: Simply remove after GA
32-
}
27+
'Microsoft.PowerShell.PlatyPS' = 'latest'
3328
}

Resolve-Dependency.psd1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,9 @@
6767
set to $false then PowerShellGet will be used to resolve dependencies.
6868
#>
6969
UsePSResourceGet = $true
70-
PSResourceGetVersion = '1.0.1'
70+
PSResourceGetVersion = '1.1.1'
7171

7272
# PowerShellGet compatibility module only works when using PSResourceGet or ModuleFast.
7373
UsePowerShellGetCompatibilityModule = $true
7474
UsePowerShellGetCompatibilityModuleVersion = '3.0.23-beta23'
7575
}
76-

0 commit comments

Comments
 (0)