Update Cake.MinVer.yml - #1285
Conversation
pascalberger
left a comment
There was a problem hiding this comment.
That's an interesting case: Cake.MinVer 1.0.0-rc0001 references Cake 1.0.0-rc0001.
I see two issues here:
- Addin discoverer ignores the pre-release part for
TargetCakeVersion - Addin discoverer uses latest pre-release. This is different to which version of the addin we're using on the website (latest stable version, except if there is no stable version yet).
Both versions will lead to invalid results on the website. From a website point of view 0.33.0 would be the expected result. And if an addin a pre-release version of Cake references we would expect the full version (1.0.0-rc0001).
@Jericho Is it possible to adopt addin discoverer to handle these two points?
|
It never occurred to me to consider versions with a postfix. The culprit, in AddinDisco source code, is this particular line: Notice |
|
Closing this PR and related issue so that AddinDisco can update the YAML content again and we can verify that the problem with Cake version is resolved. |
This pull request was created by a tool: Cake.AddinDiscoverer version 3.56.0
Resolves #1284