wcal.psd1

@{
  RootModule = 'wcal.psm1'
  ModuleVersion = '1.0.0.1'
  CompatiblePSEditions = 'Core'
  GUID = 'd4bfb97f-f187-482a-8f22-cf1d4b31cd49'
  Author = 'greg zakharov'
  Copyright = 'MIT'
  Description = 'Display a calendar of the selected month.'
  PowerShellVersion = '6.0'
  AliasesToExport = 'cal'
  FunctionsToExport = 'Get-Calendar'
  FileList = @(
    'wcal.psd1',
    'wcal.psm1'
  )
}