Skip to content

Commit a6f7da7

Browse files
Raised version to 3.0.1
1 parent 820dc91 commit a6f7da7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,4 +446,4 @@ catch
446446
## Credits
447447
This library has taken Jayant Singh's HL7 parser as its foundation: https://github.com/j4jayant/hl7-cSharp-parser
448448

449-
The field encoding and decoding methods have been based on https://github.com/elomagic/hl7inspector
449+
The field encoding and decoding methods have been based on: https://github.com/elomagic/hl7inspector

src/HL7-V2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>Lightweight HL7 V2 library</Description>
44
<Copyright>(c) Efferent Health, LLC</Copyright>
5-
<VersionPrefix>3.0.0</VersionPrefix>
5+
<VersionPrefix>3.0.1</VersionPrefix>
66
<TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks>
77
<AssemblyName>HL7-V2</AssemblyName>
88
<PackageId>HL7-V2</PackageId>

test/HL7test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Copyright>(c) Efferent Health, LLC</Copyright>
4-
<VersionPrefix>2.36.0</VersionPrefix>
4+
<VersionPrefix>3.0.1</VersionPrefix>
55
<TargetFramework>net7.0</TargetFramework>
66
<AssemblyName>HL7Test</AssemblyName>
77
<PackageId>HL7Test</PackageId>

0 commit comments

Comments
 (0)