From 7ed1717f56e59102fa55dd789144e91b13c2dc84 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 10 Sep 2023 23:33:41 -0400 Subject: [PATCH] Add Nuget link --- README.MD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.MD b/README.MD index c6878e54..556b7e5a 100644 --- a/README.MD +++ b/README.MD @@ -1,3 +1,5 @@ # SabreTools.Serialization This library comprises of serializers that both read and write from files and streams to the dedicated models as well as convert to and from the common internal models. This library is partially used by the current parsing and writing code but none of the internal model serialization is used. + +Find the link to the Nuget package [here](https://www.nuget.org/packages/SabreTools.Serialization).