Mdbc.psd1

@{
    Author = 'Roman Kuzmin'
    ModuleVersion = '6.3.1'
    Description = 'Mdbc module - MongoDB Cmdlets for PowerShell'
    CompanyName = 'https://github.com/nightroman'
    Copyright = 'Copyright (c) 2011-2019 Roman Kuzmin'

    RootModule = 'Mdbc.dll'
    RequiredAssemblies = 'MongoDB.Bson.dll', 'MongoDB.Driver.Core.dll', 'MongoDB.Driver.dll'

    PowerShellVersion = '5.1'
    GUID = '12c81cd8-bde3-4c91-a292-e6c4f868106a'

    PrivateData = @{
        PSData = @{
            Tags = 'Mongo', 'MongoDB', 'Database'
            ProjectUri = 'https://github.com/nightroman/Mdbc'
            LicenseUri = 'http://www.apache.org/licenses/LICENSE-2.0'
            ReleaseNotes = 'https://github.com/nightroman/Mdbc/blob/master/Release-Notes.md'
        }
    }
}