We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was looking at these lines and realized that the current code will not fetch a newer version of MacNotify/PSNotifySend if one exists.
We should change this to:
(Get-Module -ListAvailable MacNotify).Version -gt x.x.x
where x.x.x is the minimum version required to use this module.
Today, we're ok, but for -SoundFile we'll have to take this into account because I added it in later to PSNotifySend
-SoundFile
The text was updated successfully, but these errors were encountered:
We'll need this issue fixed for #9
Sorry, something went wrong.
No branches or pull requests
I was looking at these lines and realized that the current code will not fetch a newer version of MacNotify/PSNotifySend if one exists.
We should change this to:
where x.x.x is the minimum version required to use this module.
Today, we're ok, but for
-SoundFile
we'll have to take this into account because I added it in later to PSNotifySendThe text was updated successfully, but these errors were encountered: