diff --git a/Sophia/PowerShell 7.x/Sophia.psd1 b/Sophia/PowerShell 7.x/Sophia.psd1 deleted file mode 100644 index 38bfa17f..00000000 Binary files a/Sophia/PowerShell 7.x/Sophia.psd1 and /dev/null differ diff --git a/Sophia/PowerShell 7/Sophia.psd1 b/Sophia/PowerShell 7/Sophia.psd1 new file mode 100644 index 00000000..7121e35e --- /dev/null +++ b/Sophia/PowerShell 7/Sophia.psd1 @@ -0,0 +1,20 @@ +@{ + RootModule = 'Sophia.psm1' + ModuleVersion = '5.10' + GUID = 'aa0b47a7-1770-4b5d-8c9f-cc6c505bcc7a' + 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 = '7.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' + } + } +}