File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -446,4 +446,4 @@ catch
446
446
## Credits
447
447
This library has taken Jayant Singh 's HL7 parser as its foundation: https://github.com/j4jayant/hl7-cSharp-parser
448
448
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
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<Description >Lightweight HL7 V2 library</Description >
4
4
<Copyright >(c) Efferent Health, LLC</Copyright >
5
- <VersionPrefix >3.0.0 </VersionPrefix >
5
+ <VersionPrefix >3.0.1 </VersionPrefix >
6
6
<TargetFrameworks >netstandard2.0;net8.0</TargetFrameworks >
7
7
<AssemblyName >HL7-V2</AssemblyName >
8
8
<PackageId >HL7-V2</PackageId >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<Copyright >(c) Efferent Health, LLC</Copyright >
4
- <VersionPrefix >2.36.0 </VersionPrefix >
4
+ <VersionPrefix >3.0.1 </VersionPrefix >
5
5
<TargetFramework >net7.0</TargetFramework >
6
6
<AssemblyName >HL7Test</AssemblyName >
7
7
<PackageId >HL7Test</PackageId >
You can’t perform that action at this time.
0 commit comments