Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc authored Dec 20, 2024
1 parent b587b0b commit 55c66cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 55c66cf

Please sign in to comment.