From 084740aebb6cc2f889b3cd3146c732df3717ba0c Mon Sep 17 00:00:00 2001 From: Charles Torre Date: Thu, 8 Dec 2022 08:56:32 -0800 Subject: [PATCH] FO 3.2.4.960 RTW --- FabricObserver.nuspec.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FabricObserver.nuspec.template b/FabricObserver.nuspec.template index 3908f778..07ae3e20 100644 --- a/FabricObserver.nuspec.template +++ b/FabricObserver.nuspec.template @@ -9,7 +9,7 @@ - Bug fix: Service helper code package data contains related information about the primary service to which it belongs - partition id, replica id, Service Name, etc. - Removed support for ApplicationInsights InstrumentationKey usage. Instead, you must use the full Connection String. This is because ApplicationInsights has deprecated support for supplying only an InstrumentatioKey for authentication/identification to its service. You will see this change reflected in FO's Settings.xml. - Performance improvements. -- Updated nuget package dependencies to latest versions, where possible. +- Updated nuget package dependencies to latest versions, where possible. Note: If you build plugins and do *not* use the FO Extensibility nuget package, you must update your Microsoft.Extensions.DependencyInjection.Abstractions reference to version 7.0.0. Microsoft MIT