Skip to content

Commit

Permalink
Prep for v3.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
milkshakeuk committed Feb 19, 2022
1 parent 2f4adc2 commit 09e397a
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,10 @@ All notable changes to this project will be documented in this file.

## Previous Releases
###
## [3.1.1] - 2022-02-19
### Enhancements
- [#277](https://github.com/nHapiNET/nHapi/pull/277) Remove MaxRepetition check, keeps nhapi in line with hapi behaviour, nhapi becomes more forgiving in regards to repetitions. (fixes [#276](https://github.com/nHapiNET/nHapi/issues/276))

## [3.1.0] - 2022-01-01
### Enhancements
- [#254](https://github.com/nHapiNET/nHapi/pull/254) Add `UnexpectedSegmentBehaviour` Options, ported from hapi
4 changes: 2 additions & 2 deletions build/nHapi.v3.nuspec
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>nhapi</id>
<version>3.1.0</version>
<version>3.1.1</version>
<authors>Chad Chenoweth,Duane Edwards,Jake Aitchison</authors>
<license type="expression">MPL-2.0</license>
<projectUrl>https://github.com/nHapiNET/nHapi</projectUrl>
@@ -13,7 +13,7 @@
NHapi allows Microsoft .NET developers to easily use an HL7 2.x object model. This object model allows for parsing and encoding HL7 2.x data to/from Pipe Delimited or XML formats. A very handy program for use in the health care industry.

This project is NOT affiliated with the HL7 organization. This software just conforms to the HL7 2.x specifications.</description>
<releaseNotes>https://github.com/nHapiNET/nHapi/releases/tag/v3.1.0</releaseNotes>
<releaseNotes>https://github.com/nHapiNET/nHapi/releases/tag/v3.1.1</releaseNotes>
<tags>HL7 parsing healthcare HAPI xml</tags>
<readme>docs\README.md</readme>
<dependencies>
2 changes: 1 addition & 1 deletion src/NHapi.Base/NHapi.Base.csproj
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<TargetFrameworks>net35;netstandard2.0</TargetFrameworks>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<PackageId>nhapi.base</PackageId>
<Version>3.1.0</Version>
<Version>3.1.1</Version>
<PackageDescription>The core components for parsing/encoding HL7 messages. Contains the base classes and interfaces for datatypes, segments, and messages.</PackageDescription>
<Description>NHapi Common Library</Description>
<NoWarn>1591</NoWarn>

0 comments on commit 09e397a

Please sign in to comment.