Skip to content

Commit 724d2ad

Browse files
authored
Update platyps to 0.13 (#1172)
* Update README.md * Update appveyor.psm1
1 parent dfea64a commit 724d2ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tools/appveyor.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)