Skip to content

Commit

Permalink
Raised version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaime-olivares committed Jul 6, 2024
1 parent 820dc91 commit a6f7da7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,4 +446,4 @@ catch
## Credits
This library has taken Jayant Singh's HL7 parser as its foundation: https://github.com/j4jayant/hl7-cSharp-parser

The field encoding and decoding methods have been based on https://github.com/elomagic/hl7inspector
The field encoding and decoding methods have been based on: https://github.com/elomagic/hl7inspector
2 changes: 1 addition & 1 deletion src/HL7-V2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>Lightweight HL7 V2 library</Description>
<Copyright>(c) Efferent Health, LLC</Copyright>
<VersionPrefix>3.0.0</VersionPrefix>
<VersionPrefix>3.0.1</VersionPrefix>
<TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks>
<AssemblyName>HL7-V2</AssemblyName>
<PackageId>HL7-V2</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion test/HL7test.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Copyright>(c) Efferent Health, LLC</Copyright>
<VersionPrefix>2.36.0</VersionPrefix>
<VersionPrefix>3.0.1</VersionPrefix>
<TargetFramework>net7.0</TargetFramework>
<AssemblyName>HL7Test</AssemblyName>
<PackageId>HL7Test</PackageId>
Expand Down

0 comments on commit a6f7da7

Please sign in to comment.