Skip to content

Commit

Permalink
incremented file and module vesion to 1.7.13. Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
RobHolme committed Mar 22, 2023
1 parent d045c27 commit e397109
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ v1.7.8 (17/07/2022) - Added -SkipCertificateCheck to ignore TLS certificate erro
v1.7.10 (28/08/2022) - Updated build to use .net framework 4.8
v1.7.11 (03/09/2022) - Select-HL7Item now returns an empty value for items not found in the message. This predominately applies to repeating items, such as repeating segments.
Now the number of values returned should equal the number of segments present in the message. Previously non existant items were omitted from the array of results returned.
v1.7.12 (12/03/2023) - Update build to target .Net 6.0 instead of .Net Standard 2.0. No functional changes.
v1.7.12 (12/03/2023) - Update build to target .Net 6.0 instead of .Net Standard 2.0. No functional changes.
v1.7.13 (22/03/2023) - Added option to gracefully exit Receive-HL7Message
4 changes: 2 additions & 2 deletions hl7tools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<Authors>Rob Holme</Authors>
<Product>HL7Tools PowerShell Module</Product>
<Description>Powershell module for working with HL7 2.x files</Description>
<Version>1.7.12</Version>
<FileVersion>1.7.12.0</FileVersion>
<Version>1.7.13</Version>
<FileVersion>1.7.13.0</FileVersion>
<RepositoryUrl>https://github.com/RobHolme/HL7-Powershell-Module</RepositoryUrl>
</PropertyGroup>

Expand Down
Binary file modified module/hl7tools/hl7tools.psd1
Binary file not shown.

0 comments on commit e397109

Please sign in to comment.