ProductivityTools.BackupBookmarksIE.psd1

#
# Module manifest for module 'module'
#
# Generated by: pawel.wujczyk
#
# Generated on: 11/27/2017 1:58:42 PM
#

@{

# Script module or binary module file associated with this manifest.
RootModule = 'ProductivityTools.BackupBookmarksIE.psm1'

# Version number of this module.
ModuleVersion = '1.0.4'

# ID used to uniquely identify this module
GUID = '4424c269-ba67-45c7-bc13-a62fc3945b38'

# Author of this module
Author = 'Pawel Wujczyk'

# Description of the functionality provided by this module
Description = 'It gets the Internet Explore bookmark directory from registry and next copies the content to given path. To check correctness it calculates amount of items in the source and in the destination directory.'

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @("ProductivityTools.PSGetDateName")

# Functions to export from this module
FunctionsToExport = 'Backup-BookmarksIE'

# HelpInfo URI of this module
HelpInfoURI = 'http://www.productivitytools.tech/backup-bookmarksie/'

PrivateData = @{
    
    PSData = @{
        # Tags applied to this module. These help with module discovery in online galleries.
        Tags = @('Backup','InternetExplorer')
    
        # A URL to the main website for this project.
        ProjectUri = 'http://www.productivitytools.tech/backup-bookmarksie/'
    
            } # End of PSData hashtable
    } # End of PrivateData hashtable
}