From 4cb40510c6de6be4b1c57f8d803acb9d08c28b99 Mon Sep 17 00:00:00 2001 From: Charles Torre Date: Fri, 8 Sep 2023 12:17:10 -0700 Subject: [PATCH 1/2] Version fix.. --- .../ApplicationPackageRoot/ApplicationManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FabricObserverApp/ApplicationPackageRoot/ApplicationManifest.xml b/FabricObserverApp/ApplicationPackageRoot/ApplicationManifest.xml index 6ee8d5e9..c65cca5b 100644 --- a/FabricObserverApp/ApplicationPackageRoot/ApplicationManifest.xml +++ b/FabricObserverApp/ApplicationPackageRoot/ApplicationManifest.xml @@ -1,6 +1,6 @@  - + From 5b4f90e0ea0f60ff1abb2f5127a2edd4d8664fef Mon Sep 17 00:00:00 2001 From: Charles Torre Date: Fri, 8 Sep 2023 12:18:02 -0700 Subject: [PATCH 2/2] nuspec (ver) --- FabricObserver.nuspec.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FabricObserver.nuspec.template b/FabricObserver.nuspec.template index 712f6707..1f83f27b 100644 --- a/FabricObserver.nuspec.template +++ b/FabricObserver.nuspec.template @@ -2,7 +2,7 @@ %PACKAGE_ID% - 3.2.10.1 + 3.2.10.2 - This patch release fixes incorrect FO version in ApplicationManifest.xml that shipped in 3.2.10 nupkgs. # 3.2.10 changes