From 880f0d1d20d6ca36ec14ed02e6bf1f064482890c Mon Sep 17 00:00:00 2001 From: Michael West Date: Tue, 5 May 2020 23:07:01 -0500 Subject: [PATCH] Updated SPE Remoting module version. --- Modules/SPE/SPE.psd1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/SPE/SPE.psd1 b/Modules/SPE/SPE.psd1 index 80cf8ed48..0d303afc9 100644 --- a/Modules/SPE/SPE.psd1 +++ b/Modules/SPE/SPE.psd1 @@ -11,7 +11,7 @@ RootModule = '.\SPE.psm1' # Version number of this module. - ModuleVersion = '6.0.0' + ModuleVersion = '6.1.0' # ID used to uniquely identify this module GUID = 'cf8d3b69-b293-4d8b-9974-e1ab80509724' @@ -23,7 +23,7 @@ CompanyName = 'Sitecore PowerShell Extensions' # Copyright statement for this module - Copyright = '(c) 2010-2019 Adam Najmanowicz, Michael West. All rights Reserved.' + Copyright = '(c) 2010-2020 Adam Najmanowicz, Michael West. All rights Reserved.' # Description of the functionality provided by this module Description = 'The SPE Remoting module provides remote connectivity to a Sitecore instance. The Sitecore PowerShell Extensions (SPE) module must be installed and configured to accept remoting connections.'