From 55c66cf17873b5d51d6f953b5673858d3017a294 Mon Sep 17 00:00:00 2001 From: Yoshifumi Kawai <46207+neuecc@users.noreply.github.com> Date: Fri, 20 Dec 2024 18:30:51 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef15870..9dc1f69 100644 --- a/README.md +++ b/README.md @@ -821,7 +821,7 @@ v2 -> v3 migration Since there are no changes to the API, binary format, or behavior, you can migrate simply by changing the command-line tool settings to the assembly attribute `[MasterMemoryGeneratorOptions]`. * 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` +* Tool options are now available through `MasterMemoryGeneratorOptions` (e.g. `-usingNamespace`) * 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