RadioCodeCalculator.psd1
|
@{ RootModule = 'RadioCodeCalculator.psm1' ModuleVersion = '1.0.0' GUID = '65f34b4c-434e-4a30-bb19-67d33759bd7b' Author = 'Bartosz Wójcik' CompanyName = 'PELock' Copyright = '(c) 2026 Bartosz Wójcik / PELock. All rights reserved.' Description = 'PowerShell Gallery Web API client for Radio Code Calculator. Generate car radio unlocking codes via the PELock remote API.' PowerShellVersion = '5.1' FunctionsToExport = @( 'New-RadioCodeCalculator' ) CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @( 'Radio', 'Car', 'Unlock', 'Calculator', 'PELock', 'API' ) LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0' ProjectUri = 'https://www.pelock.com/products/radio-code-calculator' ReleaseNotes = @' ## 1.0.0 - Initial PowerShell Gallery release - RadioCodeCalculator, RadioModel, RadioModels, RadioErrors - New-RadioCodeCalculator — factory for the client '@ } } } |