PSTibber.psd1

@{
    Description   = 'PowerShell module for accessing the Tibber GraphQL API'
    ModuleVersion = '0.3.1'
    RootModule    = 'PSTibber.psm1'
    Author        = 'Stefan Eskelid'
    Copyright     = 'Copyright 2022 Stefan Eskelid. All rights reserved.'
    Guid          = '1cbb2e45-4430-4188-9631-51aadb487982'
    PrivateData   = @{
        PSData = @{
            Prerelease   = 'beta3'
            Tags         = 'Tibber'
            ProjectURI   = 'https://github.com/stefanes/PSTibber'
            LicenseURI   = 'https://github.com/stefanes/PSTibber/blob/master/LICENSE'
            ReleaseNotes = "See https://github.com/stefanes/PSTibber/blob/master/CHANGELOG.md"
        }
    }
}