oneShortcut.psd1

@{
    RootModule = 'oneShortcut.psm1'
    ModuleVersion = '0.1.0'
    GUID = 'cb2b9ff5-09bc-467c-914d-eaa2481b903b'
    Author = 'Dustin Riley'
    Copyright = '(c) 2021 Dustin Riley. All rights reserved.'
    Description = 'PowerShell module to query, create, and remove OneDrive shortcuts to SharePoint document libraries.'
    PowerShellVersion = '5.1'
    PrivateData = @{
        PSData = @{
            Tags = @(
                'onedrive',
                'sharepoint',
                'shortcut'
            )
            LicenseUri = 'https://github.com/derpenstiltskin/oneshortcut/blob/main/LICENSE.md'
            ProjectUri = 'https://github.com/derpenstiltskin/oneshortcut'
        }
    }
}