-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModuleManifest.psd1
More file actions
28 lines (28 loc) · 2 KB
/
ModuleManifest.psd1
File metadata and controls
28 lines (28 loc) · 2 KB
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
28
@{
RootModule = "AudioConfig.dll"
ModuleVersion = {0}
CompatiblePSEditions = @("Core", "Desktop")
GUID = '9943c92e-c7e2-487e-87f3-8604a811de00'
Author = 'MartinGC94'
CompanyName = 'Unknown'
Copyright = '(c) 2025 MartinGC94. All rights reserved.'
Description = 'Manage Windows audio devices and sessions.'
PowerShellVersion = '5.1'
TypesToProcess = @()
FormatsToProcess = @({1})
FunctionsToExport = @()
CmdletsToExport = @({2})
VariablesToExport = @()
AliasesToExport = @()
DscResourcesToExport = @()
FileList = @({3})
PrivateData = @{
PSData = @{
Tags = @("Audio", "Sound", "Volume", "Config", "Settings")
ProjectUri = 'https://github.com/MartinGC94/AudioConfig'
ReleaseNotes = @'
{4}
'@
}
}
}