diff --git a/CHANGELOG.md b/CHANGELOG.md index 05b45b67..bb01359e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## v2.12.0 -> Release Date: (Not Released) +> Release Date: 2024-10-09 - Updated `VMware.PowerCLI` module dependency from 13.2.1 to 13.3.0. - Updated `Import-Excel` module dependency from 7.8.5 to 7.8.9. diff --git a/PowerValidatedSolutions.psd1 b/PowerValidatedSolutions.psd1 index 7dfd5791..3d86d4b3 100644 --- a/PowerValidatedSolutions.psd1 +++ b/PowerValidatedSolutions.psd1 @@ -3,7 +3,7 @@ # Module manifest for module 'PowerValidatedSolutions' # Generated by: Broadcom -# Generated on: 2024-08-19 +# Generated on: 2024-10-09 @{ @@ -11,7 +11,7 @@ RootModule = 'PowerValidatedSolutions.psm1' # Version number of this module. - ModuleVersion = '2.12.0.1048' + ModuleVersion = '2.12.0.1049' # ID used to uniquely identify this module GUID = 'a6dfed7b-65d2-4da2-bdcc-7f3d3df9b75d' diff --git a/docs/snippets/install-module.ps1 b/docs/snippets/install-module.ps1 index 0d92fac6..1a0b4292 100644 --- a/docs/snippets/install-module.ps1 +++ b/docs/snippets/install-module.ps1 @@ -2,5 +2,5 @@ Set-PSRepository -Name PSGallery -InstallationPolicy Trusted Install-Module -Name VMware.PowerCLI -MinimumVersion 13.3.0 -Repository PSGallery -Scope AllUsers Install-Module -Name VMware.vSphere.SsoAdmin -MinimumVersion 1.3.9 -Repository PSGallery -Scope AllUsers Install-Module -Name PowerVCF -MinimumVersion 2.4.1 -Repository PSGallery -Scope AllUsers -Install-Module -Name ImportExcel -MinimumVersion 7.8.5 -Repository PSGallery -Scope AllUsers -Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.11.0 -Repository PSGallery -Scope AllUsers +Install-Module -Name ImportExcel -MinimumVersion 7.8.9 -Repository PSGallery -Scope AllUsers +Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.12.0 -Repository PSGallery -Scope AllUsers