parse-community / Parse-SDK-dotNET

Parse SDK for .NET, Xamarin, Unity.
http://parseplatform.org
Apache License 2.0
322 stars 260 forks source link

ci: Fix incorrect DLL version on release #380

Closed mtrezza closed 3 months ago

mtrezza commented 3 months ago

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.

parse-github-assistant[bot] commented 3 months ago

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

parse-github-assistant[bot] commented 3 months ago

Thanks for opening this pull request!

parseplatformorg commented 3 months ago

🎉 This change has been released in version 3.0.1