@{ RootModule = 'Sophia.psm1' ModuleVersion = '5.0' GUID = '109cc881-c42b-45af-a74a-550781989d6a' Author = 'Dmitry "farag" Nefedov' Copyright = '(c) 2015–2020 farag & oZ-Zo. All rights reserved.' Description = 'Module for Windows 10 fine-tuning and automating the routine tasks' PowerShellVersion = '5.1' ProcessorArchitecture = 'AMD64' FunctionsToExport = '*' PrivateData = @{ PSData = @{ LicenseUri = 'https://github.com/farag2/Windows-10-Sophia-Script/blob/master/LICENSE' ProjectUri = 'https://github.com/farag2/Windows-10-Sophia-Script' } } }