Skip to content

Commit

Permalink
chore(release): v2.12.0 (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenthirtyam authored Oct 8, 2024
1 parent 61c4a20 commit 081c852
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions PowerValidatedSolutions.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

# Module manifest for module 'PowerValidatedSolutions'
# Generated by: Broadcom
# Generated on: 2024-08-19
# Generated on: 2024-10-09

@{

# Script module or binary module file associated with this manifest.
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'
Expand Down
4 changes: 2 additions & 2 deletions docs/snippets/install-module.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 081c852

Please sign in to comment.