GQL.psd1

@{
    ModuleVersion = '0.1'
    RootModule = 'GQL.psm1'
    Guid = '9bf5c922-9f36-4c52-a7b6-d435837d4fa9'
    Author = 'James Brundage'
    CompanyName = 'Start-Automating'
    Description = 'Get GraphQL in PowerShell'
    Copyright = '2024 Start-Automating'
    PrivateData = @{
        PSData = @{
            Tags = @('GraphQL','GraphAPI','GraphQueryLanguage','PowerShellWeb')
            ProjectURI = 'https://github.com/PowerShellWeb/GQL'
            LicenseURI = 'https://github.com/PowerShellWeb/GQL/blob/main/LICENSE'
            ReleaseNotes = @'
## GQL 0.1

* Initial Release of GQL
* One Simple Command for GraphQL: `Get-GQL` (or `GQL`)
* Container and GitHub action included!

---

> Like It? [Star It](https://github.com/PowerShellWeb/WebSocket)
> Love It? [Support It](https://github.com/sponsors/StartAutomating)
'@

        }
    }
}