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
Copy file name to clipboardExpand all lines: README.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,16 +16,12 @@ This repo includes support for versioning numbers. This support includes:
16
16

17
17
18
18
>[!IMPORTANT]
19
-
> Version 5.0.4 and earlier have a [known bug](https://github.com/UbiquityDotNET/CSemVer.GitBuild/issues/64)
20
-
> where they do not handle CI versioning correctly. CI builds do NOT have a correct base build value. They
21
-
> are supposed to use a Patch+1 model but don't. The impact of this is limited to CI builds across releases.
22
-
> In such cases ordering is incorrect. The normal case of CI build to build (with the same release as the base)
23
-
> are ordered correctly. That is, for any given release the CI builds order correctly when compared to another
24
-
> CI build with the same base version. As soon as the base version is different (previous or next) the CI build
25
-
> ordering is incorrect. Thus, the impact of the bug is reduced to ONLY CI builds. Work is pending to resolve
26
-
> this and this message will be removed as part of any such fix.
19
+
> Version 5.0.4 and earlier have a [known bug](https://github.com/UbiquityDotNET/CSemVer.GitBuild/issues/72)
20
+
> where they do not handle CI versioning correctly. CI builds should ALWAYS show the pre-release number and fix
21
+
> values (even if 0). This is different behavior from how these are treated for a CSemVer. Work is pending to
22
+
> resolve this and this message will be removed as part of any such fix.
27
23
>
28
-
> This issue is resolved with v5.0.5-alpha. Once that is formally released (past prerelease stage) this entire
24
+
> This issue is resolved with v5.0.6-alpha. Once that is formally released (past prerelease stage) this entire
0 commit comments