From c52226cd3ee03f0ef9e16ccc1f3c090dfeafa1f8 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 4 Sep 2023 21:58:17 -0400 Subject: [PATCH] Add Nuget link --- README.MD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.MD b/README.MD index 8d8e504..d48ff28 100644 --- a/README.MD +++ b/README.MD @@ -2,6 +2,8 @@ This library comprises of models that represent either directly serializable or representative structures for all SabreTools projects. All of the main models representing metadata files should have parsers created outside of the current code. +Find the link to the Nuget package [here](https://www.nuget.org/packages/SabreTools.Models). + In most completed models for serialization, there is a section that looks like the following: ```c#