Skip to content

Commit

Permalink
Updating Application Insights package version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocav committed Aug 14, 2023
1 parent 3f97735 commit 27a47c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<MajorProductVersion>1</MajorProductVersion>
<MinorProductVersion>0</MinorProductVersion>
<PatchProductVersion>0</PatchProductVersion>
<VersionSuffix>-preview5</VersionSuffix>
<PackageReadmeFile>README.md</PackageReadmeFile>
<BeforePack>$(BeforePack);GetReleaseNotes</BeforePack>
</PropertyGroup>
Expand Down
17 changes: 2 additions & 15 deletions src/DotNetWorker.ApplicationInsights/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
# Changes
## What's Changed

- Added `README.md`

# Breaking Changes

## Removed APIs

- Removed `Microsoft.ApplicationInsights.WorkerService` dependency
- `FunctionsApplicationInsightsExtensions.AddApplicationInsights(IFunctionWorkerApplicationBuilder, Action<ApplicationInsightsServiceOptions>?)`
- `FunctionsApplicationInsightsExtensions.AddApplicationInsightsLogger(IFunctionWorkerApplicationBuilder, Action<ApplicationInsightsLoggerOptions>?)`

## Added APIs

- Added `Microsoft.ApplicationInsights` dependency
- `FunctionsApplicationInsightsExtensions.ConfigureFunctionsApplicationInsights(IServiceCollection)`
- GA release (no functional changes)

0 comments on commit 27a47c6

Please sign in to comment.