From 36acc402ba3ed57be9e0899eae16c6f21927db28 Mon Sep 17 00:00:00 2001 From: Tony Guimelli Date: Mon, 22 Nov 2021 11:55:30 -0500 Subject: [PATCH] Update PSGraphQL.psd1 Added Microsoft.PowerShell.Commands.WebRequestSession as Session when using the -Detailed parameter for Invoke-GraphQLQuery. --- PSGraphQL/PSGraphQL.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PSGraphQL/PSGraphQL.psd1 b/PSGraphQL/PSGraphQL.psd1 index 9aa0f44..43fd68b 100644 --- a/PSGraphQL/PSGraphQL.psd1 +++ b/PSGraphQL/PSGraphQL.psd1 @@ -13,7 +13,7 @@ RootModule = '.\PSGraphQL' # Version number of this module. - ModuleVersion = '1.4.7' + ModuleVersion = '1.5.0' # Compatibility CompatiblePSEditions = 'Desktop', 'Core'