From 310d9c9e9c73acac3794998df209598c7dce2eb7 Mon Sep 17 00:00:00 2001 From: "Christoph Bergmeister [MVP]" Date: Tue, 12 Mar 2019 22:06:49 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2d4be9d2..2dbffc918 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Note: the PSScriptAnalyzer Chocolatey package is provided and supported by the c #### Requirements * [.NET Core 2.2.104 SDK](https://www.microsoft.com/net/download/dotnet-core/2.2#sdk-2.2.104) or newer patch release -* [PlatyPS 0.9.0 or greater](https://github.com/PowerShell/platyPS/releases) +* [PlatyPS 0.13.0 or greater](https://github.com/PowerShell/platyPS/releases) * Optionally but recommended for development: [Visual Studio 2017](https://www.visualstudio.com/downloads/) #### Steps From 9857d60a1356d3931af5b2bedfa150ac753d1381 Mon Sep 17 00:00:00 2001 From: "Christoph Bergmeister [MVP]" Date: Tue, 12 Mar 2019 22:09:03 +0000 Subject: [PATCH 2/2] Update appveyor.psm1 --- tools/appveyor.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/appveyor.psm1 b/tools/appveyor.psm1 index da94c8b9e..85ecd9f4d 100644 --- a/tools/appveyor.psm1 +++ b/tools/appveyor.psm1 @@ -20,7 +20,7 @@ function Invoke-AppVeyorInstall { } } - $platyPSVersion = '0.12.0' + $platyPSVersion = '0.13.0' if ($null -eq (Get-Module -ListAvailable PowershellGet)) { # WMF 4 image build Write-Verbose -Verbose "Installing platyPS via nuget"