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 committed Oct 9, 2024
1 parent 9496a80 commit b7cd02a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
2 changes: 1 addition & 1 deletion PowerValidatedSolutions.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

@{

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 b7cd02a

Please sign in to comment.