rhubarb-geek-nz.Console.psd1
@{ Author = 'Roger Brown' Copyright = 'Copyright © 2024 Roger Brown' VariablesToExport = '*' GUID = '8d420c23-a226-40ad-b177-d51da39c5452' RootModule = 'RhubarbGeekNz.Console.dll' Description = 'Tools for reading and writing directly to stdin and stdout using the Console API' CmdletsToExport = @( 'Read-Console', 'Write-Console' ) PrivateData = @{ PSData = @{ ProjectUri = 'https://github.com/rhubarb-geek-nz/Console' ReleaseNotes = 'Added error record handling' } } FunctionsToExport = '*' CompanyName = 'rhubarb-geek-nz' ModuleVersion = '1.0.2' AliasesToExport = @() } |