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
It looks like at least the releases that I checked (1.3.1 and 1.3.2) contain the wrong ProductVersions.
1.3.1:
1.3.2:
Pay attention that they contain beta suffices which is wrong since the mentioned releases are not beta (at least anymore).
This can confuse from time to time because some applications include such information(ProductVersion) into their logs and then it's unclear why the referenced version is 1.3.1, but the actually used version mentions beta .
The text was updated successfully, but these errors were encountered:
Was a bit a pain in the ass to adjust the azure build/release pipelines correctly, but it looks like it worked.
Getting the following assembly version from the non beta package
(via ILSpy)
It looks like at least the releases that I checked (1.3.1 and 1.3.2) contain the wrong
ProductVersion
s.Pay attention that they contain
beta
suffices which is wrong since the mentioned releases are not beta (at least anymore).This can confuse from time to time because some applications include such information(ProductVersion) into their logs and then it's unclear why the referenced version is
1.3.1
, but the actually used version mentionsbeta
.The text was updated successfully, but these errors were encountered: