From 27a47c658eb1cc5639625909311c7673334ca1e5 Mon Sep 17 00:00:00 2001 From: Fabio Cavalcante Date: Fri, 11 Aug 2023 14:22:42 -0700 Subject: [PATCH] Updating Application Insights package version for release --- .../DotNetWorker.ApplicationInsights.csproj | 1 - .../release_notes.md | 17 ++--------------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/src/DotNetWorker.ApplicationInsights/DotNetWorker.ApplicationInsights.csproj b/src/DotNetWorker.ApplicationInsights/DotNetWorker.ApplicationInsights.csproj index 5079e4aa0..39df83d84 100644 --- a/src/DotNetWorker.ApplicationInsights/DotNetWorker.ApplicationInsights.csproj +++ b/src/DotNetWorker.ApplicationInsights/DotNetWorker.ApplicationInsights.csproj @@ -8,7 +8,6 @@ 1 0 0 - -preview5 README.md $(BeforePack);GetReleaseNotes diff --git a/src/DotNetWorker.ApplicationInsights/release_notes.md b/src/DotNetWorker.ApplicationInsights/release_notes.md index 624540ba7..760bc777b 100644 --- a/src/DotNetWorker.ApplicationInsights/release_notes.md +++ b/src/DotNetWorker.ApplicationInsights/release_notes.md @@ -1,16 +1,3 @@ -# Changes +## What's Changed -- Added `README.md` - -# Breaking Changes - -## Removed APIs - -- Removed `Microsoft.ApplicationInsights.WorkerService` dependency -- `FunctionsApplicationInsightsExtensions.AddApplicationInsights(IFunctionWorkerApplicationBuilder, Action?)` -- `FunctionsApplicationInsightsExtensions.AddApplicationInsightsLogger(IFunctionWorkerApplicationBuilder, Action?)` - -## Added APIs - -- Added `Microsoft.ApplicationInsights` dependency -- `FunctionsApplicationInsightsExtensions.ConfigureFunctionsApplicationInsights(IServiceCollection)` +- GA release (no functional changes) \ No newline at end of file