Add deprecation notice

This commit is contained in:
Matt Nadareski
2025-09-26 12:00:12 -04:00
parent 19e9734a6f
commit d9b7ebedc3

View File

@@ -2,6 +2,8 @@
[![Build and Test](https://github.com/SabreTools/SabreTools.Models/actions/workflows/build_and_test.yml/badge.svg?branch=main)](https://github.com/SabreTools/SabreTools.Models/actions/workflows/build_and_test.yml)
**NOTICE**: This library will be depreceated in the future. All models that used to be included in this library are now going to live as a separate namespace in [SabreTools.Serialization](https://github.com/SabreTools/SabreTools.Serialization).
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).