Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions VMware.CloudFoundation.InstanceRecovery.psd1
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Copyright 2024 Broadcom. All Rights Reserved.
# © Broadcom. All Rights Reserved.
# The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.
# SPDX-License-Identifier: BSD-2

# Module manifest for module 'VMware.CloudFoundation.InstanceRecovery'
# Generated by: Broadcom
# Generated on: 2024-09-02
# Generated on: 2025-06-04

@{

# Script module or binary module file associated with this manifest.
RootModule = '.\VMware.CloudFoundation.InstanceRecovery.psm1'

# Version number of this module.
ModuleVersion = '1.0.13.1002'
ModuleVersion = '1.0.13.1003'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand All @@ -26,7 +27,7 @@
CompanyName = 'Broadcom'

# Copyright statement for this module
Copyright = 'Copyright 2024 Broadcom. All Rights Reserved.'
Copyright = 'Copyright 2024-2025 Broadcom. All Rights Reserved.'

# Description of the functionality provided by this module
Description = 'PowerShell Module for VMware Cloud Foundation Instance Recovery'
Expand Down
3 changes: 2 additions & 1 deletion VMware.CloudFoundation.InstanceRecovery.psm1
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright 2024 Broadcom. All Rights Reserved.
# © Broadcom. All Rights Reserved.
# The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.
# SPDX-License-Identifier: BSD-2

# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
Expand Down