Skip to content

Commit

Permalink
chore: release changes (#227)
Browse files Browse the repository at this point in the history
- Updated release date in CHANGELOG.md
- Updated GUID in PowerValidatedSolutions.psd1
- Updated README.md

Signed-off-by: Gary Blake <gblake@vmware.com>
  • Loading branch information
GaryJBlake authored Mar 28, 2023
1 parent dc97a61 commit 9ae56e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## v2.1.0 (Not Released)
## v2.1.0 (2023-28-03)

- Enhanced `Get-vCenterServerDetail` cmdlet to to support VCF 5.0 and isolated workload domains.
- Enhanced `Add-IdentitySource` cmdlet to support VCF 5.0 and isolated workload domains.
Expand Down
2 changes: 1 addition & 1 deletion PowerValidatedSolutions.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# CompatiblePSEditions = @()

# ID used to uniquely identify this module
GUID = 'c1dfed7b-62d6-4ea3-bd3c-5f4ecdc9b28f'
GUID = 'a5dfed4b-63d6-4ea3-bdcc-5f3ecdc9b28f'

# Author of this module
Author = 'Cloud Infrastructure Business Group (CIBG)'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Install-Module -Name VMware.PowerCLI -MinimumVersion 12.7.0
Install-Module -Name VMware.vSphere.SsoAdmin -MinimumVersion 1.3.8
Install-Module -Name ImportExcel -MinimumVersion 7.1.1
Install-Module -Name PowerVCF -MinimumVersion 2.2.0
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.0.1
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.1.0
```

To verify the modules are installed, run the following command in the PowerShell console.
Expand Down

0 comments on commit 9ae56e7

Please sign in to comment.