diff --git a/Memory/Memory.csproj b/Memory/Memory.csproj index b88b387..91cbadc 100644 --- a/Memory/Memory.csproj +++ b/Memory/Memory.csproj @@ -4,7 +4,7 @@ netstandard2.0 7.1 true - Memory.dll + Memory.dll.$(Platform) https://erfg12.github.io/memory.dll https://github.com/erfg12/memory.dll New Age Software LLC @@ -13,7 +13,7 @@ Read and Write to process memory. Make PC cheat trainers easily! icon.png LICENSE - 1.2.23 + 1.2.24 x64;x86 app.manifest diff --git a/Memory/README.txt b/Memory/README.txt index 395eeda..603ede5 100644 --- a/Memory/README.txt +++ b/Memory/README.txt @@ -10,9 +10,7 @@ BEFORE YOU START 3. Edit line 19 where it says "level=" change "asInvoker" to "requireAdministrator". Save and close. -4. Open NuGet manager and Browse for "System.Security.Principal.Windows", install this. - -5. Your trainer should match your game's platform. If compiling with Any CPU, uncheck the prefer 32bit checkbox in Build Project Properties if you need x64. +4. Your trainer should match your game's platform. If compiling with Any CPU, uncheck the prefer 32bit checkbox in Build Project Properties if you need x64. Ex: If game is x86, trainer should be x86. If game is x64, trainer should be x64.