Pode.Yaml.psd1

#
# Module manifest for module 'Pode.Yaml'
#
# Generated by: Matthew Kelly (Badgerati)
#
# Generated on: 22/12/2019
#

@{
    # Script module or binary module file associated with this manifest.
    RootModule = 'Pode.Yaml.psm1'

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

    # ID used to uniquely identify this module
    GUID = 'a7530101-dab2-4bcf-8a3a-af607ca90d67'

    # Author of this module
    Author = 'Matthew Kelly (Badgerati)'

    # Copyright statement for this module
    Copyright = 'Copyright (c) 2019 Matthew Kelly (Badgerati), licensed under the MIT License.'

    # Description of the functionality provided by this module
    Description = 'A YAML Request and Response parser extension module for the Pode web server (v1.3.0+)'

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

    # 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 = @('powershell', 'powershell-core', 'windows', 'unix', 'linux', 'PSEdition_Core',
                'PSEdition_Desktop', 'cross-platform', 'yaml', 'pode')

            # A URL to the license for this module.
            LicenseUri = 'https://raw.githubusercontent.com/Badgerati/Pode.Yaml/master/LICENSE.txt'

            # A URL to the main website for this project.
            ProjectUri = 'https://github.com/Badgerati/Pode.Yaml'

        }
    }
}