Skip to content
Success

Changes

Summary

  1. Fix off-by-one string indexing in constraint checking Also change string (commit: d9e9264) (details)
  2. Undo string comparison change. (commit: c60e3c5) (details)
  3. v4.2.1 (commit: 86e60c3) (details)
Commit d9e9264fb2f04bb3e4f0026133bf5b110bd4296d by alvin.q.meng
Fix off-by-one string indexing in constraint checking Also change string
comparison type to `StringComparison.Ordinal`, which should be the
correct type according to
https://docs.microsoft.com/en-us/dotnet/standard/base-types/best-practices-strings.
(commit: d9e9264)
The file was modified ModuleManager/MMPatchLoader.cs (diff)
The file was modified ModuleManager/Extensions/StringExtensions.cs (diff)
Commit c60e3c537a352de35b02d5fa79a1a6c712a83e9a by alvin.q.meng
Undo string comparison change.
(commit: c60e3c5)
The file was modified ModuleManager/Extensions/StringExtensions.cs (diff)
The file was modified ModuleManager/Properties/AssemblyInfo.cs (diff)