ProductivityTools.PSNewAliasSafe.psd1

#
# Module manifest for module 'module'
#
# Generated by: pwujczyk
#
# Generated on: 1/29/2020 11:51:09 AM
#

@{

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

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

# ID used to uniquely identify this module
GUID = '614706f1-6f72-4295-a5be-2073dbddc405'

# Author of this module
Author = 'Pawel Wujczyk'

# Description of the functionality provided by this module
Description = 'It creates new alias, but before it it checks if alias currently exists. If yes and it is pointing to the same command it do nothing if alias points to different command it throws exception.'

# Functions to export from this module
FunctionsToExport = 'New-AliasSafe'

PrivateData = @{

    PSData = @{

        # Tags applied to this module. These help with module discovery in online galleries.
        Tags = @("Alias","Set-Alias")

        # A URL to the main website for this project.
        ProjectUri = 'https://github.com/pwujczyk/ProductivityTools.PSNewAliasSafe'

    } # End of PSData hashtable

} # End of PrivateData hashtable

# HelpInfo URI of this module
HelpInfoURI = 'https://github.com/pwujczyk/ProductivityTools.PSNewAliasSafe'
}