Skip to content

Commit

Permalink
AppManifest ver fix (nupkg).
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Torre committed Sep 8, 2023
1 parent 3f1b869 commit 93e1c56
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions FabricObserver.nuspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata minClientVersion="3.3.0">
<id>%PACKAGE_ID%</id>
<version>3.2.10</version>
<version>3.2.10.1</version>
<releaseNotes>
- 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.
</releaseNotes>
<authors>Microsoft</authors>
<license type="expression">MIT</license>
Expand Down

0 comments on commit 93e1c56

Please sign in to comment.