Skip to content

Commit

Permalink
chore: release v1.5.2
Browse files Browse the repository at this point in the history
Updates `CHANGELOG.md` and docs.

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
tenthirtyam committed Feb 29, 2024
1 parent 6bba674 commit 133bef6
Show file tree
Hide file tree
Showing 4 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 @@

## v1.5.2

> Release Date: Unreleased
> Release Date: 2024-02-29
Enhancement:

Expand Down
2 changes: 1 addition & 1 deletion VMware.CloudFoundation.CertificateManagement.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Module manifest for module 'VMware.CloudFoundation.CertificateManagement'
# Generated by: Broadcom
# Generated on: 2024-01-30
# Generated on: 2024-02-29

@{

Expand Down
2 changes: 1 addition & 1 deletion docs/snippets/save-module-local-linux.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Save-Module -Name VMware.PowerCLI -MinimumVersion 13.1.0 -Path /home/modules -Repository PSGallery
Save-Module -Name PowerVCF -MinimumVersion 2.4.0 -Path /home/modules -Repository PSGallery
Save-Module -Name PowerVCF -MinimumVersion 2.4.1 -Path /home/modules -Repository PSGallery
Save-Module -Name PowerValidatedSolutions -MinimumVersion 2.8.0 -Path /home/modules -Repository PSGallery
Save-Module -Name VMware.CloudFoundation.CertificateManagement -Path /home/modules -Repository PSGallery
2 changes: 1 addition & 1 deletion docs/snippets/save-module-local-windows.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Save-Module -Name VMware.PowerCLI -MinimumVersion 13.1.0 -Path F:\Module\ -Repository PSGallery
Save-Module -Name PowerVCF -MinimumVersion 2.4.0 -Path F:\Module\ -Repository PSGallery
Save-Module -Name PowerVCF -MinimumVersion 2.4.1 -Path F:\Module\ -Repository PSGallery
Save-Module -Name PowerValidatedSolutions -MinimumVersion 2.8.0 -Path F:\Module\ -Repository PSGallery
Save-Module -Name VMware.CloudFoundation.CertificateManagement -Path F:\Module\ -Repository PSGallery

0 comments on commit 133bef6

Please sign in to comment.