GraphShell.psd1

@{
    RootModule        = 'GraphShell.psm1'
    ModuleVersion      = '0.3.4'
    GUID               = '963bcd95-8cc5-46bb-9740-9c38f26588c3'
    Author             = 'Josimar Honorato'
    CompanyName        = 'GraphShell'
    Copyright          = '(c) GraphShell. All rights reserved.'
    Description        = 'Explore and map Microsoft Graph PowerShell cmdlets, REST endpoints, permissions, modules and API metadata directly from PowerShell. GraphShell does not replace the Microsoft Graph PowerShell SDK and does not call the Microsoft Graph API or your tenant; it explains and relates the Graph surface using the same catalog that powers the GraphShell Explorer web app (https://explorer.graphshell.cloud/).'
    PowerShellVersion  = '5.1'
    CompatiblePSEditions = @('Desktop', 'Core')
    FunctionsToExport  = @('Get-GraphMapping', 'Get-GraphDetail', 'Get-GraphParity', 'Get-GraphLegacyMapping', 'Get-GraphPermission')
    CmdletsToExport    = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData        = @{
        PSData = @{
            Tags         = @('MicrosoftGraph', 'Graph', 'PowerShell', 'EntraID', 'Identity', 'IAM', 'Microsoft365', 'Azure')
            ProjectUri   = 'https://github.com/josimarh/GraphShell-Explorer'
            LicenseUri   = 'https://github.com/josimarh/GraphShell-Explorer/blob/main/LICENSE'
            ReleaseNotes = "v0.3.4 - Polishes the module presentation: cleans up the README layout and improves the release notes text so the Gallery page reads more professionally. No functional or code changes to cmdlets.`n`nFull version history: https://github.com/josimarh/GraphShell-Explorer/blob/main/CHANGELOG.md"
        }
    }
}