PSSpecialFolder.psd1
@{ ModuleVersion = '2.4.3' GUID = '958cb972-fb7e-4222-92b1-152d5b95a2a9' Author = 'BaldCat' Copyright = '(c) 2019 BaldCat. All rights reserved.' Description = 'PowerShell Module gets the special folders for Windows 8.1, 10 (Version 21H1 to 22H2) and 11 (Version 21H2 to 22H2).' PowerShellVersion = '5.1' CompatiblePSEditions = @('Core', 'Desktop') RootModule = 'PSSpecialFolder.psm1' FunctionsToExport = @('Get-SpecialFolder', 'Show-SpecialFolder') CmdletsToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ LicenseUri = 'https://github.com/baldcat18/PSSpecialFolder/blob/master/LICENSE.txt' Tags = @('Folder', 'Windows') } } } |