Skip to content

Commit

Permalink
Update platyps to 0.13 (PowerShell#1172)
Browse files Browse the repository at this point in the history
* Update README.md

* Update appveyor.psm1
  • Loading branch information
bergmeister committed Mar 22, 2019
1 parent 31dcfa6 commit 5fffe61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/appveyor.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5fffe61

Please sign in to comment.