github.com/cloudfoundry-incubator/stembuild@v0.0.0-20211223202937-5b61d62226c6/modules/BOSH.Registry/BOSH.Registry.psd1 (about)

     1  @{
     2      RootModule = 'BOSH.Registry'
     3      ModuleVersion = '0.1'
     4      GUID = '5b414c84-d454-4752-9e59-1532f78836e5'
     5      Author = 'BOSH'
     6      Copyright = '(c) 2019 BOSH'
     7      Description = 'Install Microsoft SSHD'
     8      PowerShellVersion = '4.0'
     9      FunctionsToExport = @(
    10          'Set-RegistryProperty',
    11          'Set-InternetExplorerRegistries'
    12      )
    13      CmdletsToExport = @()
    14      VariablesToExport = @()
    15      AliasesToExport = @()
    16      PrivateData = @{
    17          PSData = @{
    18              Tags = @('BOSH', 'Registry')
    19              LicenseUri = 'https://github.com/cloudfoundry-incubator/bosh-windows-stemcell-builder/blob/master/LICENSE'
    20              ProjectUri = 'https://github.com/cloudfoundry-incubator/bosh-windows-stemcell-builder'
    21          }
    22      }
    23  }