Add Nuget link

This commit is contained in:
Matt Nadareski
2023-09-04 21:58:17 -04:00
parent d0b8f6ee94
commit c52226cd3e

View File

@@ -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#