You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump package versions to 3.2.4 and update dependencies in nuspec and project files
- remove direct dependency on nhapi.base since there is a transitive dependency from the nhapi.model.* dependencies.
- fix unit test to work between linux and windows
- update local build scripts default.ps1 to work on linux and windows
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,17 @@ All notable changes to this project will be documented in this file.
8
8
9
9
## Previous Releases
10
10
11
+
## [3.2.4] - 2025-04-09
12
+
13
+
If you reference the single nHapi nuget metapackage then this release is purely superficial and does not add anything, if you reference individual nHapi model packages then this brings you the same fix as the previous release.
14
+
15
+
### Other
16
+
17
+
- Updates individual model nuget packages to depend on the `nhapi.base``3.2.3` which contains the transitive dependency security vulnerability fix
18
+
- Removes direct reference to `nhapi.base` form the nHapi metapackage as there is already a transitive reference from the `nhapi.model.*` dependencies.
19
+
20
+
By @milkshakeuk
21
+
11
22
## [3.2.3] - 2025-04-07
12
23
13
24
This release fixes a security vulnerability with a transitive dependency.
0 commit comments