From e4c01bc11fff36941ce888d1900d0009f9b2e53f Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 23 Mar 2026 20:24:41 -0400 Subject: [PATCH] Add a note about the "Common" naming for the future --- SabreTools.IO/README.MD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SabreTools.IO/README.MD b/SabreTools.IO/README.MD index 103c4c3..5fad19d 100644 --- a/SabreTools.IO/README.MD +++ b/SabreTools.IO/README.MD @@ -2,6 +2,8 @@ This library contains both custom stream implementations and utility classes for general IO operations. +**Note:** This package is called `SabreTools.IO.Common` due to the former monolithic library that was also just called `SabreTools.IO`. That package is now reserved for the `SabreTools.IO` meta-package, which is built using `SabreTools.IO.Meta` in this repository. + ## Stream Implementations | Class | Notes |