Ldbc.psd1

@{
    Author = 'Roman Kuzmin'
    ModuleVersion = '0.6.2'
    Description = 'Ldbc module - LiteDB Cmdlets for PowerShell'
    CompanyName = 'https://github.com/nightroman'
    Copyright = 'Copyright (c) Roman Kuzmin'

    RootModule = 'Ldbc.dll'
    RequiredAssemblies = 'LiteDB.dll'

    PowerShellVersion = '3.0'
    GUID = '2838cc5c-7ecd-4f52-9aaf-dac1ec6b130e'

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