Skip to content

Commit

Permalink
Add a beta suffix to the Datadog.Monitoring.Distribution NuGet package (
Browse files Browse the repository at this point in the history
#1728)

Add a beta01 suffix to the Datadog.Monitoring.Distribution while we ensure it's production-ready
  • Loading branch information
zacharycmontoya authored Sep 3, 2021
1 parent a326432 commit 5715c87
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<Version>1.28.5-prerelease</Version>
<Version>$(Version)-beta01</Version> <!-- Unconditionally add a beta suffix to the package, but keep the rest of the name so we can associate it with the rest of the release -->
<Title>Datadog APM Auto-instrumentation Assets</Title>
<Description>Auto-instrumentation assets for Datadog APM</Description>
<IncludeBuildOutput>false</IncludeBuildOutput>
Expand Down

0 comments on commit 5715c87

Please sign in to comment.