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 have 2 package in the deployments folder:
"Castle.Core", GetPackageVersion "./packages/" "Castle.Core" -> returns NLog.3.3.3
"Castle.Core", GetPackageVersion "./packages/" "Castle.Core"
NLog.3.3.3' is not a valid version string.
GetPackageVersion in this case must return 3.3.3.
The text was updated successfully, but these errors were encountered:
Marked as u
Sorry, something went wrong.
Issue 1342: NugetHelper.fs: GetPackageVersion - returns incorrect pac…
7344d28
…kage version (fsprojects#1342)
It looks like this was fixed in 7344d28.
Yep, just tested this again with 4.60.0, and it works as expected.
@forki Is anything missing for closing this? (My goal is getting it out of the up-for-grabs list.)
No branches or pull requests
Description
I have 2 package in the deployments folder:
"Castle.Core", GetPackageVersion "./packages/" "Castle.Core"
-> returns NLog.3.3.3
NLog.3.3.3' is not a valid version string.
Expected behavior
GetPackageVersion in this case must return 3.3.3.
The text was updated successfully, but these errors were encountered: