Skip to content
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

Fix telemetry_sdk.version - should not include prerelease suffix #92

Merged
merged 1 commit into from
Jul 7, 2023

Conversation

nblumhardt
Copy link
Member

We derive telemetry_sdk.version from AssemblyInformationalVersion.

On main, this needs to be a plain, un-suffixed version, since the presence of a suffix indicates a prerelease package in SemVer.

Today, telemetry_sdk.version is being reported from Serilog.Sinks.OpenTelemetry 1.0.0 as in:

image

This PR drops version suffixing on main so that the value reported will be simply 1.0.1, etc.

…r telemetry_sdk.version does not include commit hash
@nblumhardt nblumhardt merged commit 794cde5 into serilog:dev Jul 7, 2023
@nblumhardt nblumhardt mentioned this pull request Jul 7, 2023
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