From c046c58889f24b9166c6e573a8c8dbc830b77bc6 Mon Sep 17 00:00:00 2001 From: Ryan O'Neill Date: Sun, 18 Dec 2022 18:53:15 +0000 Subject: [PATCH] Undo last commit because I'm a muppet and did it on the wrong branch. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10f9ca4..77aa687 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # GeneGenie.Gedcom -## Current working dev branch for code quality, .net 7 and improved tests. +## Current work will be on the new dev branch, this branch is being kept here until that version is stable. -A .Net library for loading, saving, working with and analysing family trees stored in the GEDCOM format. +A .Net 6.0 library for loading, saving, working with and analysing family trees stored in the GEDCOM format. Thank you to David A Knight who developed Gedcom.Net from which this project was forked.