VCF.SnapshotManager.psd1

@{
    RootModule           = 'VCF.SnapshotManager.psm1'
    ModuleVersion = '1.0.0.1'
    GUID = '6787a7ee-62f0-4167-9326-1f816aa6de6b'
    Author               = 'The Any Stack Architect'
    CompanyName          = 'AnyStack'
    Description          = 'Advanced Infrastructure Module for vSphere 8.0 U3'
    PowerShellVersion = '5.1'
    RequiredModules      = @( @{ ModuleName = 'VMware.VimAutomation.Core'; ModuleVersion = '13.3.0.22683933'
    GUID = '6787a7ee-62f0-4167-9326-1f816aa6de6b' } )
    FunctionsToExport    = '*'
}