PowerDataOps.psd1

@{
    RootModule = 'PowerDataOps'
    ModuleVersion = '1.0.0.151'
    GUID = 'bfa11058-d4b5-4300-b74a-cdc3d9560389'
    Author = 'Aymeric Mouillé'
    CompanyName = 'Unknown'
    Copyright = '(c) 2020 Aymeric Mouille. All rights reserved.'
    Description = 'PowerShell module for Microsoft Dataverse (ex Common Data Service) and Power Platform automation (Data Management, administration and DevOps activities)'
    FunctionsToExport = '*'
    CmdletsToExport = '*'
    AliasesToExport = '*'
    PrivateData = @{
        PSData = @{
            Tags = 'Cds','PowerPlatform','DevOps','Xrm','D365','Dataverse','Dynamics'
            LicenseUri = 'https://licenses.nuget.org/MIT'
            ProjectUri = 'https://github.com/AymericM78/PowerDataOps'
        }
    }
}