AudioWorks.Commands.psd1

#
# Module manifest for module 'AudioWorks.Commands'
#
# Generated by: Jeremy Herbison
#

@{

# Script module or binary module file associated with this manifest.
RootModule = 'AudioWorks.Commands.psm1'

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

# Supported PSEditions
CompatiblePSEditions = @('Desktop', 'Core')

# ID used to uniquely identify this module
GUID = '61ec6fd5-82b9-44ce-b058-88707eaed328'

# Author of this module
Author = 'Jeremy Herbison'

# Copyright statement for this module
Copyright = '(c) 2018 Jeremy Herbison'

# Description of the functionality provided by this module
Description = 'The AudioWorks PowerShell module. AudioWorks is a cross-platform, multi-format audio conversion and tagging suite.'

# Minimum version of the PowerShell engine required by this module
PowerShellVersion = '5.1'

# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
DotNetFrameworkVersion = '4.6.2'

# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = @('AudioWorks.Commands.format.ps1xml')

# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
FunctionsToExport = @()

# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
CmdletsToExport = @(
    'Clear-AudioMetadata',
    'Export-AudioCoverArt',
    'Export-AudioFile',
    'Get-AudioAnalyzerInfo',
    'Get-AudioCoverArt',
    'Get-AudioEncoderInfo',
    'Get-AudioFile',
    'Get-AudioInfo',
    'Get-AudioMetadata',
    'Get-AudioMetadataEncoderInfo',
    'Measure-AudioFile',
    'Rename-AudioFile',
    'Save-AudioMetadata',
    'Set-AudioMetadata')

# Variables to export from this module
VariablesToExport = @()

# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
AliasesToExport = @()

# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
PrivateData = @{

    PSData = @{

        # Tags applied to this module. These help with module discovery in online galleries.
        Tags = @('music', 'encode', 'decode', 'convert', 'export', 'tag', 'cover', 'art', 'FLAC', 'MP3', 'ID3', 'Lame', 'MP4', 'AAC', 'Apple', 'ALAC', 'Ogg', 'Vorbis', 'Opus', 'ReplayGain', 'EBUR128')

        # A URL to the license for this module.
        LicenseUri = 'https://raw.githubusercontent.com/jherby2k/AudioWorks/master/LICENSE'

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

        # A URL to an icon representing this module.
        IconUri = 'https://github.com/jherby2k/AudioWorks/raw/master/AudioWorks/src/AudioWorks.Commands/Icon.png'

        # ReleaseNotes of this module
        # ReleaseNotes = ''

    } # End of PSData hashtable

} # End of PrivateData hashtable

}