File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ Note: the PSScriptAnalyzer Chocolatey package is provided and supported by the c
106
106
#### Requirements
107
107
108
108
* [ .NET Core 2.2.104 SDK] ( https://www.microsoft.com/net/download/dotnet-core/2.2#sdk-2.2.104 ) or newer patch release
109
- * [ PlatyPS 0.9 .0 or greater] ( https://github.com/PowerShell/platyPS/releases )
109
+ * [ PlatyPS 0.13 .0 or greater] ( https://github.com/PowerShell/platyPS/releases )
110
110
* Optionally but recommended for development: [ Visual Studio 2017] ( https://www.visualstudio.com/downloads/ )
111
111
112
112
#### Steps
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ function Invoke-AppVeyorInstall {
20
20
}
21
21
}
22
22
23
- $platyPSVersion = ' 0.12 .0'
23
+ $platyPSVersion = ' 0.13 .0'
24
24
if ($null -eq (Get-Module - ListAvailable PowershellGet)) {
25
25
# WMF 4 image build
26
26
Write-Verbose - Verbose " Installing platyPS via nuget"
You can’t perform that action at this time.
0 commit comments