This commit is contained in:
2026-03-10 19:07:03 +01:00
parent 1ff51226f4
commit f92be81f65
59 changed files with 47351 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
@{
RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '7.1.4'
GUID = '109cc881-c42b-45af-a74a-550781989d6a'
Author = 'Team Sophia'
Copyright = '(c) 2014—2026 Team Sophia. All rights reserved'
Description = 'Module for Windows fine-tuning and automating the routine tasks'
PowerShellVersion = '7.5'
ProcessorArchitecture = 'AMD64'
FunctionsToExport = '*'
PrivateData = @{
PSData = @{
LicenseUri = 'https://github.com/farag2/Sophia-Script-for-Windows/blob/master/LICENSE'
ProjectUri = 'https://github.com/farag2/Sophia-Script-for-Windows'
IconUri = 'https://raw.githubusercontent.com/farag2/Sophia-Script-for-Windows/master/img/Sophia.png'
ReleaseNotes = 'https://github.com/farag2/Sophia-Script-for-Windows/blob/master/CHANGELOG.md'
}
}
}