GQL.psd1

@{
    ModuleVersion = '0.1.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.1

* Fixing Container Build (#38, #39)
* Adding SECURITY.md (#17)

---

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

        }
    }
}