frgnca / AudioDeviceCmdlets

AudioDeviceCmdlets is a suite of PowerShell Cmdlets to control audio devices on Windows
MIT License
743 stars 92 forks source link

Set RootModule node in psd1 to 'AudioDeviceCmdlets.dll' in published module #20

Closed cdhunt closed 5 years ago

cdhunt commented 6 years ago

VIA User mmuffins sends the following message to the owners of item 'AudioDeviceCmdlets'.

Hi there, I just downloaded version 3.0.0.2 of AudioDeviceCmdlets because I wanted to control the audio volume from powershell. Awesome work, it really saved me the effort of writing something like that myself!

I noticed that no cmdlets are exported after installing the module from the gallery. I was able to fix it locally by changing #RootModule = '' to RootModule = 'AudioDeviceCmdlets.dll' in AudioDeviceCmdlets.psd1. It would be great to see a fix for this.

BR, Michael

markus-lassfolk commented 6 years ago

Hi there, I just ran into the same issue and can confirm the problem and proposed solution.

frgnca commented 5 years ago

This should now be resolved in v3.0.0.4 available from the PowerShell Gallery. Don't hesitate to open a new issue. Thank you