psCalc.psd1

@{ 
RootModule = 'psCalc.psm1'
ModuleVersion = '1.11.2'
GUID = '3e34fb2b-96a1-444a-89b8-a3ee0e3d9c2a'
Author = 'earthdiver1'
Description = 'A tool that enables the use of the PowerShell console as a scientific calculator.'
AliasesToExport = 'psCalc'
PrivateData = @{
   PSData = @{
      ProjectUri = 'https://gist.github.com/earthdiver/2ccc2991db9b05b11b9080110becd445'
      Tags = @('calc','calculator','expression','math')
   }
   ReleaseNotes = ''
}
}