PSOpenLocationCode.psd1
@{ RootModule = 'PSOpenLocationCode.dll' ModuleVersion = '1.0.0.0' FunctionsToExport = @( 'ConvertTo-OLC' 'ConvertFrom-OLC' ) CmdletsToExport = '*' VariablesToExport = '*' AliasesToExport = '*' GUID = 'd3bdc2ff-d807-4e78-afd1-73821d74d82d' Author = 'Hideki Saito' Description = 'Open Location Code Module for PowerShell' PowerShellVersion = '6.0' CompatiblePSEditions = 'Core' Copyright = '(c) 2018 Hideki Saito. All rights reserved.' PrivateData = @{ PSData = @{ ProjectUri = 'https://github.com/hsaito/PSOpenLocationCode/' LicenseUri = 'https://github.com/google/open-location-code/blob/master/LICENSE' ReleaseNotes = '' } } } |