Skip to content

Commit c76c782

Browse files
[Serverless] GA nuget package Datadog.AzureFunctions (#7283)
Original #7229 Reverted in #7278 This third PR reverts the revert. Also, update `Datadog.Serverless.Compat` nuget reference to `1.0.0` (no prerelease tag). ## Summary of changes Remove "preview" from version tags and update README text. ## Reason for change GA is coming. ## Implementation details Remove "preview" from version tags and update README text. ## Test coverage ~None needed.~ Actually, the previous attempt failed to build. So there you go. Make sure this one builds. ## Other details Fixes APMSVLS-95 <!-- ⚠️ Note: where possible, please obtain 2 approvals prior to merging. Unless CODEOWNERS specifies otherwise, for external teams it is typically best to have one review from a team member, and one review from apm-dotnet. Trivial changes do not require 2 reviews. -->
1 parent d0d795b commit c76c782

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

tracer/src/Datadog.AzureFunctions/Datadog.AzureFunctions.csproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88
<IncludeBuildOutput>false</IncludeBuildOutput>
99
<NoDefaultExcludes>true</NoDefaultExcludes>
1010

11-
<!-- nuget version: move $Version to $VersionPrefix so we can add a prerelease suffix. -->
12-
<VersionPrefix>$(Version)</VersionPrefix>
13-
<VersionSuffix>preview</VersionSuffix>
14-
<Version></Version>
15-
1611
<!-- nuget package metadata -->
1712
<PackageId>Datadog.AzureFunctions</PackageId>
1813
<Description>Datadog instrumentation library for Azure Functions</Description>
@@ -36,7 +31,7 @@
3631
<ProjectReference Include="$(MSBuildThisFileDirectory)..\Datadog.Trace.Annotations\Datadog.Trace.Annotations.csproj" />
3732

3833
<!-- Use PrivateAssets="none" to stop excluding content files by default -->
39-
<PackageReference Include="Datadog.Serverless.Compat" Version="0.6.0-preview" PrivateAssets="none" />
34+
<PackageReference Include="Datadog.Serverless.Compat" Version="1.0.0" PrivateAssets="none" />
4035

4136
<!-- managed assemblies -->
4237
<None Include="$(SourcePath)/net6.0/Datadog.Trace.dll" Pack="true" Visible="false" PackagePath="contentFiles/any/any/datadog/net6.0/">

tracer/src/Datadog.AzureFunctions/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# Datadog Instrumentation Library for .NET Azure Functions [Preview]
1+
# Datadog Instrumentation Library for .NET Azure Functions
22
## `Datadog.AzureFunctions`
33

4-
**Note: This is an unsupported pre-release version of this package.**
5-
64
Add this package to your Azure Functions project to enable Datadog APM tracing.
75
Further configuration is required for your Azure Functions to send instrumentation data to Datadog.
86

0 commit comments

Comments
 (0)