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
Since modulespecification has no native support for this, I've decided to use the syntax of adding a ! to either the beginning or end of the modulename. While ! is a valid filename character, it is not a valid nuget package character, and thus a module with this name would not be published to an nuget gallery. I'm OK with the edge case that this maybe would work with a filesystem package, and I'm going to put that into unsupported territory.
I will probably add that Prelease property you suggested for the hashtable cast syntax as well.
I would like to see that it would be possible to specify that
Get-ModuleFastPlan
should fetch the latest prerelease version for an individual module.which would result in (latest version as of today):
Passing
PreRelease
to the commandGet-ModuleFastPlan
does not seem to have any effect of fetching latest preview version either.The text was updated successfully, but these errors were encountered: