PSDaikin.psd1
# # Module manifest for module 'PSDaikin' # # Generated by: Hannes Palmquist # # Generated on: 2022-11-13 # @{ RootModule = 'PSDaikin.psm1' ModuleVersion = '1.12.0' CompatiblePSEditions = @('Desktop', 'Core') PowerShellVersion = '5.1' GUID = 'c3de1a8c-042f-470c-b6b1-bceedbf199ef' Author = 'Hannes Palmquist' CompanyName = 'GetPS' Copyright = '(c) Hannes Palmquist. All rights reserved.' Description = 'Powershell Module to control a Daikin AirCon unit' RequiredModules = @() FunctionsToExport = @('Get-DaikinStatus','Set-DaikinAirCon') CmdletsToExport = '*' VariablesToExport = '*' AliasesToExport = '*' PrivateData = @{ PSData = @{ LicenseUri = 'https://github.com/hanpq/PSDaikin/blob/main/LICENSE' # Bug in PowershellGet 3.0.18-beta18 causes packaging of the nuget package to fail when requireLicenseAcceptance is defined. #RequireLicenseAcceptance = $false ProjectUri = 'https://getps.dev/modules/PSDaikin/getstarted' Prerelease = '' Tags = @('PSEdition_Desktop', 'PSEdition_Core', 'Windows', 'Linux', 'MacOS') ReleaseNotes = '## [1.12.0] - 2023-01-12 ### Fixed - Added back license URI i module manifest as the bug causing PowershellGet to fail packageing the module in beta17 is resolved. ' } } } |