-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathModuleManifest.psd1
27 lines (27 loc) · 1.94 KB
/
ModuleManifest.psd1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
@{
RootModule = "MouseSettings.dll"
ModuleVersion = {0}
CompatiblePSEditions = @("Core", "Desktop")
GUID = '8ba9c86f-a7ad-43bb-97c7-1e76608d38cd'
Author = 'MartinGC94'
CompanyName = 'Unknown'
Copyright = '(c) 2022 MartinGC94. All rights reserved.'
Description = 'Module for managing mouse settings on Windows.'
PowerShellVersion = '5.1'
FormatsToProcess = @()
FunctionsToExport = @()
CmdletsToExport = @({1})
VariablesToExport = @()
AliasesToExport = @()
DscResourcesToExport = @()
FileList = @({2})
PrivateData = @{
PSData = @{
Tags = @("Mouse", "Settings","Options","Configuration")
ProjectUri = 'https://github.com/MartinGC94/MouseSettings'
ReleaseNotes = @'
{3}
'@
}
}
}