From 54491bf434de82ecb5bd09e00e61b9d1feb96776 Mon Sep 17 00:00:00 2001 From: davebronson <38844647+davebronson@users.noreply.github.com> Date: Sun, 13 Mar 2022 11:42:47 -0400 Subject: [PATCH] Update README files. --- README.md | 4 ++-- Version2.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ec4e47210..05b85bc29 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Understanding and programmatically building HL7 messages can be difficult. clea HL7® is the registered trademark of Health Level Seven International, and the use of this trademark does not constitute an endorsement by HL7. -## Important Notes About Version 2 -Please read some important notes about [Version 2](Version2.md) of the library, which is currently under development. +## Important Notes About Version 2 of clear-hl7-net +Upgrading from Version 1.x to Version 2? Please read some important notes about [Version 2](Version2.md) first. ## Getting Started ### Building clear-hl7-net diff --git a/Version2.md b/Version2.md index 215050c7c..1feb9e998 100644 --- a/Version2.md +++ b/Version2.md @@ -1,10 +1,10 @@ # clear-hl7-net Version 2 -Version 2 of clear-hl7-net is under development. Included in the changes are general enhancements, and changes to some types to bring things into correct alignment with the HL7 spec. +Version 2 of clear-hl7-net is here. Included in the changes are general enhancements, and modifications to some types to bring things into correct alignment with the HL7 spec. HL7® is the registered trademark of Health Level Seven International, and the use of this trademark does not constitute an endorsement by HL7. -## Types That Are Changing in Version 2 -Some types in clear-hl7-net are being corrected to match the HL7 spec. +## Types That Changed in Version 2 +Some types in clear-hl7-net were changed to match the HL7 spec. It's important to know that these are breaking from Version 1.x of this library. Please be aware before updating to Version 2, and ready to adjust as needed.