From f773ccdde52d84c25dbe0e63352018d5e9049ebc Mon Sep 17 00:00:00 2001 From: Jonathan Colon Date: Tue, 2 Jan 2024 12:27:28 -0400 Subject: [PATCH] Update AsBuiltReport.VMware.AppVolumes.psd1 --- AsBuiltReport.VMware.AppVolumes.psd1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AsBuiltReport.VMware.AppVolumes.psd1 b/AsBuiltReport.VMware.AppVolumes.psd1 index a57eadf..e97a54c 100644 --- a/AsBuiltReport.VMware.AppVolumes.psd1 +++ b/AsBuiltReport.VMware.AppVolumes.psd1 @@ -27,7 +27,7 @@ Author = 'Chris Hildebrandt' #CompanyName = '' # Copyright statement for this module -Copyright = '(c) 2022 Chris.Hildebrandt. All rights reserved.' +Copyright = '(c) 2024 Chris.Hildebrandt. All rights reserved.' # Description of the functionality provided by this module Description = 'A PowerShell module to generate As built reports on the configuration of VMware AppVolumes' @@ -54,7 +54,7 @@ PowerShellVersion = '5.1' RequiredModules = @( @{ ModuleName = 'AsBuiltReport.Core'; - ModuleVersion = '1.2.0' + ModuleVersion = '1.3.0' } ) # Assemblies that must be loaded prior to importing this module