WindowsDiskCleanup.psd1


@{
    RootModule           = 'WindowsDiskCleanup.psm1'
    ModuleVersion        = '0.1.0'
    GUID                 = 'f6e10822d0584a4987459bd687dd8c17'
    Author               = 'Alan Plocieniak'
    CompanyName          = 'Alan Plocieniak'
    Copyright            = '(c) Alan Plocieniak. All rights reserved.'
    Description          = 'PowerShell module for disk cleanup on Windows'
    PowerShellVersion    = '5.1'
    CompatiblePSEditions = 'Desktop'
    FunctionsToExport    = '*'
    PrivateData          = @{
        PSData = @{
            Tags       = @('powershell', 'ps', 'power-shell', 'WindowsDiskCleanup', 'disk', 'cleanup', 'diskcleanup', 'windows')
            LicenseUri = 'https://github.com/PowerShellLibrary/WindowsDiskCleanup/blob/master/LICENSE'
            ProjectUri = 'https://github.com/PowerShellLibrary/WindowsDiskCleanup'
        }
    }
}