Keystore.psd1

# Module manifest for module 'Keystore'
# Generated by: Chirishman
# Generated on: 3/27/2017

@{
RootModule = 'Keystore.psm1'
ModuleVersion = '1.0.1.0'
GUID = 'f34a6278-c74e-4960-8607-9abe9f978ae6'
Author = 'Chirishman'
Description = 'For storage and retrieval of API keys'
PowerShellVersion = '4.0'
FunctionsToExport = @('Read-StoredKeyList','Get-StoredKey','Initialize-StoredKey','Remove-StoredKey')
# ModuleList = @()
FileList = @('Keystore.psm1','Keystore.psd1')
PrivateData = @{

    PSData = @{

        # Tags applied to this module. These help with module discovery in online galleries.
        # Tags = @()

        # A URL to the license for this module.
        # LicenseUri = ''

        # A URL to the main website for this project.
        # ProjectUri = 'https://github.com/Chirishman/Keystore/'

        # A URL to an icon representing this module.
        # IconUri = ''

        # ReleaseNotes of this module
        # ReleaseNotes = ''

    } # End of PSData hashtable

} # End of PrivateData hashtable

# HelpInfo URI of this module
# HelpInfoURI = ''
}