RamblingCookieMonster / PSRabbitMq

PowerShell module to send and receive messages from a RabbitMq server
http://ramblingcookiemonster.github.io/RabbitMQ-Intro/
MIT License
47 stars 29 forks source link

Change manifest and main module file names cases #36

Closed yuvalmarciano closed 3 years ago

yuvalmarciano commented 3 years ago

From Powershell 7 engine's code: image

Therefore, we need the module dir name and the inner manifest file name to be defined using the same case. Before this change, I couldn't import PSRabbitMq on Linux (Debian 10), on which the case matters.

@RamblingCookieMonster Let's please create a new release after this fix is merged. Thanks!!

yuvalmarciano commented 3 years ago

@RamblingCookieMonster Can we merge it please? 🙂

yogevyuval commented 3 years ago

This is a life saver! thanks for the fix. Waiting for a new version :)

yuvalmarciano commented 3 years ago

@RamblingCookieMonster ?

RamblingCookieMonster commented 3 years ago

Oy, thanks for the reminders, sorry all! Let's see if the build process still works...

yuvalmarciano commented 3 years ago

@RamblingCookieMonster I can see 0.3.5 is released now, thanks! That's extremely helpful for me.