Skip to content

Commit acc3717

Browse files
committed
Update package version to 2.1
1 parent 51b747e commit acc3717

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Upgrading from Version 1.x to Version 2? Please read some important notes about
2727
* .NET Standard 2.1
2828
* .NET 5
2929
* .NET 6
30+
* .NET 7
3031

3132
## Supported HL7 Versions
3233
Several versions exist for the HL7 Version 2.x messaging standard. clear-hl7-net supports the following:

src/ClearHl7.Codes/ClearHl7.Codes.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Title>ClearHL7.Codes</Title>
1212
<Description>Enumerated coded values for the HL7® standard</Description>
1313
<NeutralLanguage>en-US</NeutralLanguage>
14-
<PackageVersion>2.0.0</PackageVersion>
14+
<PackageVersion>2.1.0</PackageVersion>
1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1616
<PackOnBuild>true</PackOnBuild>
1717
<Owners>Dave Bronson</Owners>

src/ClearHl7/ClearHl7.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Title>ClearHL7</Title>
1212
<Description>.NET HL7® message generation and parsing library for the version 2.x standard. Please see important info about changes in V2: https://github.com/davebronson/clear-hl7-net/blob/master/Version2.md </Description>
1313
<NeutralLanguage>en-US</NeutralLanguage>
14-
<PackageVersion>2.0.0</PackageVersion>
14+
<PackageVersion>2.1.0</PackageVersion>
1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1616
<PackOnBuild>true</PackOnBuild>
1717
<Owners>Dave Bronson</Owners>

0 commit comments

Comments
 (0)