From acf4fc66e5226a49c03d5c95b6072bfeaa34cc3b Mon Sep 17 00:00:00 2001 From: Alex Hemsath <57361211+nr-ahemsath@users.noreply.github.com> Date: Tue, 17 Jan 2023 13:38:59 -0800 Subject: [PATCH] Fix NuGet package missing content issues (#1347) * Add explicit content includes to files sections where necessary * changelog * Update CHANGELOG.md * Standardize on backslashes Co-authored-by: Josh Coleman <83677148+JcolemanNR@users.noreply.github.com> --- build/Packaging/NugetAgent/NewRelic.Agent.nuspec | 2 ++ build/Packaging/NugetAgentApi/NewRelic.Agent.Api.nuspec | 4 ++++ .../NugetAzureCloudServices/NewRelicWindowsAzure.nuspec | 3 +++ src/Agent/CHANGELOG.md | 1 + 4 files changed, 10 insertions(+) diff --git a/build/Packaging/NugetAgent/NewRelic.Agent.nuspec b/build/Packaging/NugetAgent/NewRelic.Agent.nuspec index 0501d4e9e0..c681eaab23 100644 --- a/build/Packaging/NugetAgent/NewRelic.Agent.nuspec +++ b/build/Packaging/NugetAgent/NewRelic.Agent.nuspec @@ -26,6 +26,8 @@ + + \ No newline at end of file diff --git a/build/Packaging/NugetAgentApi/NewRelic.Agent.Api.nuspec b/build/Packaging/NugetAgentApi/NewRelic.Agent.Api.nuspec index 2430d3d7af..2e852b5d5f 100644 --- a/build/Packaging/NugetAgentApi/NewRelic.Agent.Api.nuspec +++ b/build/Packaging/NugetAgentApi/NewRelic.Agent.Api.nuspec @@ -17,6 +17,10 @@ New Relic + + + + \ No newline at end of file diff --git a/build/Packaging/NugetAzureCloudServices/NewRelicWindowsAzure.nuspec b/build/Packaging/NugetAzureCloudServices/NewRelicWindowsAzure.nuspec index d71ff9c759..fccfd1d5e9 100644 --- a/build/Packaging/NugetAzureCloudServices/NewRelicWindowsAzure.nuspec +++ b/build/Packaging/NugetAzureCloudServices/NewRelicWindowsAzure.nuspec @@ -26,6 +26,9 @@ For detailed information see: https://docs.newrelic.com/docs/release-notes/agent-release-notes/net-release-notes/ + + + \ No newline at end of file diff --git a/src/Agent/CHANGELOG.md b/src/Agent/CHANGELOG.md index a606a7a35f..7f939a9eaf 100644 --- a/src/Agent/CHANGELOG.md +++ b/src/Agent/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### New Features ### Fixes +* Resolves [#1346](https://github.com/newrelic/newrelic-dotnet-agent/issues/1346) where some NuGet packages were incomplete for the 10.5.0 release. Impacted packages have been delisted from NuGet. ([#1347](https://github.com/newrelic/newrelic-dotnet-agent/pull/1347)) ## [10.5.0]