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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,18 @@ All notable changes to this project will be documented in this file.
6
6
7
7
## [3.X.X] - TBC
8
8
9
+
## Previous Releases
10
+
11
+
## [3.2.1] - 2023-01-24
12
+
13
+
This release is purely superficial, it does not fix or add anything.
14
+
15
+
- Add appropriate [target framework](https://learn.microsoft.com/en-us/nuget/reference/target-frameworks) metadata to the metapackage nuspec - already exists in the individual nuget packages.
16
+
17
+
See [3.2.0](#320---2023-01-20) release for latest changes.
18
+
19
+
By @milkshakeuk
20
+
9
21
## [3.2.0] - 2023-01-20
10
22
11
23
Various new `ParserOptions` have been added, see the [wiki](https://github.com/nHapiNET/nHapi/wiki/Parser-Options) for more information.
@@ -38,8 +50,6 @@ There is no difference in behaviour when using this metapackage vs the previous
38
50
39
51
-[#288](https://github.com/nHapiNET/nHapi/pull/288) Update Github Actions to use OS matrix. By @milkshakeuk
0 commit comments