pester: Update to version 4.7.0

This commit is contained in:
Richard Kuhnt 2019-03-03 11:00:25 +00:00
parent c7ac647c8e
commit a2504e3ade

View File

@ -1,11 +1,11 @@
{
"description": "Pester is a test and mock framework for PowerShell.",
"version": "4.6.0",
"version": "4.7.0",
"license": "Apache-2.0",
"url": "https://github.com/pester/pester/archive/4.6.0.tar.gz",
"url": "https://github.com/pester/pester/archive/4.7.0.tar.gz",
"homepage": "https://github.com/pester/Pester",
"hash": "29589c99169e51ed10908662aced562c73c0da875ec078f361940a4d84565d68",
"extract_dir": "pester-4.6.0",
"hash": "35f04c0eb1692e4a0f4785410db4843a7ecd8a686c73ca2c7bc04b9d289af718",
"extract_dir": "pester-4.7.0",
"bin": "bin\\pester.bat",
"post_install": [
"$import = \"try { `$null = gcm pester -ea stop; import-module `\"$dir\\pester.psm1`\" } catch { }\"",