Skip to content

fix: align versioning in assembly with package version - #151

Merged
sarahsa merged 2 commits into
mainfrom
fix/sdk-version
Aug 19, 2026
Merged

fix: align versioning in assembly with package version#151
sarahsa merged 2 commits into
mainfrom
fix/sdk-version

Conversation

@sarahsa

@sarahsa sarahsa commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Problem:

Logs in Grafana indicated that all versions of the Nuget Package had version 0.0.0.0 as the header parameter client_version only used the default value set in project file. This is because the nuget-publish workflow only uses the tag version when creating the package, but not when building the solution and therefore the correct version is not being propagated to the logs.

Solution

Setting the version from the tag both as package version and as assembly version in the nuget-publish workflow.

Also setting the default python version to 0.0.0 to align it with the default version in the dotnet solution.

@sarahsa
sarahsa requested a review from a team as a code owner August 19, 2026 07:21
@sarahsa
sarahsa merged commit dcbefed into main Aug 19, 2026
2 checks passed
@sarahsa
sarahsa deleted the fix/sdk-version branch August 19, 2026 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants