diff --git a/Sophia/PowerShell 5.1/Sophia.psd1 b/Sophia/PowerShell 5.1/Sophia.psd1 new file mode 100644 index 00000000..4b981c4c --- /dev/null +++ b/Sophia/PowerShell 5.1/Sophia.psd1 @@ -0,0 +1,20 @@ +@{ + RootModule = 'Sophia.psm1' + ModuleVersion = '5.3.3' + GUID = '109cc881-c42b-45af-a74a-550781989d6a' + Author = 'Dmitry "farag" Nefedov' + Copyright = '(c) 2015–2021 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' + IconUri = 'https://raw.githubusercontent.com/farag2/Windows-10-Sophia-Script/master/img/Sophia.png' + ReleaseNotes = 'https://github.com/farag2/Windows-10-Sophia-Script/blob/master/CHANGELOG.md' + } + } +} diff --git a/Sophia/Sophia.psd1 b/Sophia/Sophia.psd1 deleted file mode 100644 index 44421875..00000000 Binary files a/Sophia/Sophia.psd1 and /dev/null differ