rhubarb-geek-nz.AspNetForPowerShell.psd1

@{
    CmdletsToExport = @(
        'New-AspNetForPowerShellRequestDelegate',
        'New-AspNetForPowerShellWebApplication'
    )
    PrivateData = @{
        PSData = @{
            ProjectUri = 'https://github.com/rhubarb-geek-nz/AspNetForPowerShell'
        }
    }
    Author = 'Roger Brown'
    VariablesToExport = '*'
    Description = 'AspNetCore for PowerShell'
    FunctionsToExport = @()
    ModuleVersion = '7.2.21'
    RootModule = 'RhubarbGeekNz.AspNetForPowerShell.PSCmdlet.dll'
    CompanyName = 'rhubarb-geek-nz'
    AliasesToExport = @()
    GUID = '59727163-f9c0-447d-9176-fc455fe932ef'
    CompatiblePSEditions = 'Core'
    Copyright = 'Copyright © 2023 Roger Brown'
    PowerShellVersion = '7.2.21'
}