Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Incorrect product versions in releases #92

Closed
DmitryLukyanov opened this issue Nov 4, 2020 · 2 comments · Fixed by #102
Closed

Incorrect product versions in releases #92

DmitryLukyanov opened this issue Nov 4, 2020 · 2 comments · Fixed by #102
Milestone

Comments

@DmitryLukyanov
Copy link

It looks like at least the releases that I checked (1.3.1 and 1.3.2) contain the wrong ProductVersions.

  • 1.3.1:
    image
  • 1.3.2:
    image
    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 .

@MichaCo
Copy link
Owner

MichaCo commented Feb 14, 2021

Should be fixed in 1.4.0

MichaCo added a commit that referenced this issue Feb 14, 2021
@MichaCo
Copy link
Owner

MichaCo commented Feb 14, 2021

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)

image

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants