You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
What existing command or class would you like to change in BluebirdPS?
When the module variable $BluebirdPSVersion is set on import, it imports the module manifest and sets the variable with the value in property ModuleVersion.
A cleaner method would be to use reflection to get the version from the assembly.
This does require the assembly version to be updated to match each module version.
The build script now handles this automatically.
Anything else?
No response
The text was updated successfully, but these errors were encountered:
What existing command or class would you like to change in BluebirdPS?
When the module variable
$BluebirdPSVersion
is set on import, it imports the module manifest and sets the variable with the value in propertyModuleVersion
.A cleaner method would be to use reflection to get the version from the assembly.
This does require the assembly version to be updated to match each module version.
The build script now handles this automatically.
Anything else?
No response
The text was updated successfully, but these errors were encountered: