Add note to README

This commit is contained in:
Matt Nadareski
2024-04-26 21:30:55 -04:00
parent 045ed4d0c0
commit dd87d89cfe

View File

@@ -2,4 +2,6 @@
This library comprises of code to output human-readable representations of various (usually binary) models. All of the classes here implement the `IPrinter` interface to associate them with a top-level model and utilize `StringBuilder` within `static` implementations.
Find the link to the Nuget package [here](https://www.nuget.org/packages/SabreTools.Printing).
~~Find the link to the Nuget package [here](https://www.nuget.org/packages/SabreTools.Printing).~~
All functionality from this library has been integrated into [SabreTools.Serialization](https://github.com/SabreTools/SabreTools.Serialization). This repo is now redundant.