when writing a module for PowerShell in C# ... how can you control what "Get-Module" shows? ... currently I get strange information shown when I call this for my module... e.g. it says "version 0.0.0.0" but... I've no idea where it get's that from... why interfaces / classes do I have to implement for this??
At the moment all I have is some classes derived from PSCmdlet ... I guess I have to implement another one...