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
106106#### Requirements
107107
108108* [ .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 )
110110* Optionally but recommended for development: [ Visual Studio 2017] ( https://www.visualstudio.com/downloads/ )
111111
112112#### Steps
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ function Invoke-AppVeyorInstall {
2020 }
2121 }
2222
23- $platyPSVersion = ' 0.12 .0'
23+ $platyPSVersion = ' 0.13 .0'
2424 if ($null -eq (Get-Module - ListAvailable PowershellGet)) {
2525 # WMF 4 image build
2626 Write-Verbose - Verbose " Installing platyPS via nuget"
You can’t perform that action at this time.
0 commit comments