From 77280e8da107ff34f0114c858b02dda99f75c6e9 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 24 Sep 2025 08:12:19 -0400 Subject: [PATCH] Update notice --- README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index 5d402b5..267315a 100644 --- a/README.MD +++ b/README.MD @@ -2,12 +2,12 @@ [![Build and Test](https://github.com/SabreTools/SabreTools.Matching/actions/workflows/build_and_test.yml/badge.svg)](https://github.com/SabreTools/SabreTools.Matching/actions/workflows/build_and_test.yml) +**NOTICE:** This library has been deprecated. All functionality formerly in this library is in [SabreTools.IO](https://github.com/SabreTools/SabreTools.IO) as of version 1.7.5. + This library comprises of code to perform search operations on both byte arrays and streams. There is also an implementation that allows searching for strings in a set of strings, usually used in the context of directory contents. Find the link to the Nuget package [here](https://www.nuget.org/packages/SabreTools.Matching). -**NOTICE:** This library will be deprecated in the future. All functionality will end up in [SabreTools.IO](https://github.com/SabreTools/SabreTools.IO) in its next major update. At that point, this repository will be privated and the Nuget package will be marked as deprecated. - ## Releases For the most recent stable build, download the latest release here: [Releases Page](https://github.com/SabreTools/SabreTools.Matching/releases)