From 0083bb5e7a178e6838796c3d7512528c9680c71b Mon Sep 17 00:00:00 2001 From: Dave Wyatt Date: Fri, 22 Jul 2016 01:06:04 -0400 Subject: [PATCH] Tweaking manifest to work with current version of PowerShell Gallery NuGet --- Pester.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pester.psd1 b/Pester.psd1 index 88a58c4b2..655e44ab7 100644 --- a/Pester.psd1 +++ b/Pester.psd1 @@ -90,7 +90,7 @@ PrivateData = @{ Category = "Scripting Techniques" # Keyword tags to help users find this module via navigations and search. - Tags = @('powershell','unit testing','bdd','tdd','mocking') + Tags = @('powershell','unit_testing','bdd','tdd','mocking') # The web address of an icon which can be used in galleries to represent this module IconUri = "http://pesterbdd.com/images/Pester.png"