File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Changed
11
11
12
+ - Version of ` Microsoft.PowerShell.PSResourceGet ` and ` Microsoft.PowerShell.PlatyPS ` updated
13
+
12
14
### Fixed
13
15
14
16
### Deprecated
Original file line number Diff line number Diff line change 24
24
' Az.Accounts' = ' 5.0.0'
25
25
' Az.Resources' = ' 6.15.1'
26
26
' 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'
33
28
}
Original file line number Diff line number Diff line change 67
67
set to $false then PowerShellGet will be used to resolve dependencies.
68
68
#>
69
69
UsePSResourceGet = $true
70
- PSResourceGetVersion = ' 1.0 .1'
70
+ PSResourceGetVersion = ' 1.1 .1'
71
71
72
72
# PowerShellGet compatibility module only works when using PSResourceGet or ModuleFast.
73
73
UsePowerShellGetCompatibilityModule = $true
74
74
UsePowerShellGetCompatibilityModuleVersion = ' 3.0.23-beta23'
75
75
}
76
-
You can’t perform that action at this time.
0 commit comments