From 3e794e9250634103d4e4fb94d085d7bcb7141b37 Mon Sep 17 00:00:00 2001 From: Yoshifumi Kawai <46207+neuecc@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:35:03 +0900 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ecc3a46..1cfc68b 100644 --- a/README.md +++ b/README.md @@ -821,6 +821,7 @@ Since there are no changes to the API, binary format, or behavior, you can migra * The code generator (MSBuild Task, .NET Core Global/Local Tools) has been removed and replaced with Source Generator * Tool options are now available through `MasterMemoryGeneratorOptions` * The `-addImmutableConstructor` option has been completely removed; please use C#'s record or init keyword instead +* The library is now only available through NuGet for Unity. Please use NuGetForUnity License ---