New-ItemContent.psd1

@{
    RootModule = 'New-ItemContent.psm1'
    ModuleVersion = '1.0.0.2'
    GUID = '44a086a3-36fb-48d2-90a1-eaec05bae2d5'
    Author = 'Roy Ashbrook'
    CompanyName = 'ashbrook.io'
    Copyright = '(c) 2021 royashbrook. All rights reserved.'
    Description = 'Common module for generating item content for Microsoft Graph'
    FunctionsToExport = 'New-ItemContent'
    AliasesToExport = @()
    CmdletsToExport = @()
    VariablesToExport = @()
}