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
Given a release notes with version 2.9.75-beta2, calling notes.SemVer.ToString() returns 2.9.75-beta instead of 2.9.75-beta2. Appears to be from here. Not sure if it makes a difference, but Paket's SemVerInfo typedef contains an Original field that contains the original text that was parsed; FAKE's SemVerInfo could do the same maybe?
The text was updated successfully, but these errors were encountered:
Given a release notes with version
2.9.75-beta2
, callingnotes.SemVer.ToString()
returns2.9.75-beta
instead of2.9.75-beta2
. Appears to be from here. Not sure if it makes a difference, but Paket'sSemVerInfo
typedef contains anOriginal
field that contains the original text that was parsed; FAKE'sSemVerInfo
could do the same maybe?The text was updated successfully, but these errors were encountered: