From 93e1c562cbce01e51a4ed50de312910b6d1385bc Mon Sep 17 00:00:00 2001 From: Charles Torre Date: Fri, 8 Sep 2023 10:21:10 -0700 Subject: [PATCH] AppManifest ver fix (nupkg). --- FabricObserver.nuspec.template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/FabricObserver.nuspec.template b/FabricObserver.nuspec.template index 939012a6..712f6707 100644 --- a/FabricObserver.nuspec.template +++ b/FabricObserver.nuspec.template @@ -2,10 +2,12 @@ %PACKAGE_ID% - 3.2.10 + 3.2.10.1 +- This patch release fixes incorrect FO version in ApplicationManifest.xml that shipped in 3.2.10 nupkgs. +# 3.2.10 changes - AppObserver Bug Fix: https://github.com/microsoft/service-fabric-observer/issues/276 -- Linux: Added Process object lifetime management in Bash() extension method. Removed hardcoded SF data root string ("/mnt/sfroot") and instead use ServiceFabricConfiguration.Instance.FabricDataRoot. This only impacts FabricSystemObserver. +- Linux: Added Process object lifetime management in Bash() extension method. Removed hardcoded SF data root string ("/mnt/sfroot"). ServiceFabricConfiguration.Instance.FabricDataRoot is used instead so custom SF data root paths are supported. Microsoft MIT