Skip to content

ci: Fix incorrect DLL version on release #380

New issue

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

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

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 23, 2024

Conversation

mtrezza
Copy link
Member

@mtrezza mtrezza commented May 23, 2024

The release workflow publishes the correct nuget version, but doesn't update the DLL file version. For example Parse 3.0.0 on nuget downloads the Parse.dll with version code 2.0.0. The DLL file is correct, but it's version is not updated correctly. That means the nuget installs the correct Parse.dll file, just the file itself shows an incorrect version, so we won't unpublish the nuget version 3.0.0.

Copy link

I will reformat the title to use the proper commit message syntax.

@parse-github-assistant parse-github-assistant bot changed the title ci: fix incorrect DLL version on release ci: Fix incorrect DLL version on release May 23, 2024
Copy link

parse-github-assistant bot commented May 23, 2024

Thanks for opening this pull request!

  • ❌ Please link an issue that describes the reason for this pull request, otherwise your pull request will be closed. Make sure to write it as Closes: #123 in the PR description, so I can recognize it.

@mtrezza mtrezza merged commit d7efec6 into parse-community:master May 23, 2024
@mtrezza mtrezza deleted the ci/optimize-release-workflow branch May 23, 2024 23:42
@parseplatformorg
Copy link

🎉 This change has been released in version 3.0.1

@parseplatformorg parseplatformorg added the state:released Released as stable version label May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:released Released as stable version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants