Skip to content

Commit

Permalink
NuGet package installation pops up a readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
erfg12 committed Oct 10, 2020
1 parent 145f917 commit ce233e7
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 4 deletions.
5 changes: 1 addition & 4 deletions Memory/Memory.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@
</ItemGroup>

<ItemGroup>
<None Include="app.manifest">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="README.txt" pack="true" PackagePath="." />
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
Expand Down
30 changes: 30 additions & 0 deletions Memory/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
Thank you for choosing Memory.dll! Created by NeWaGe and hollow87 at New Age Software.


BEFORE YOU START
================
1. First add an application manifest file.
Project > Add New Item... > Application Manifest File (Windows Only)

2. Open the app.manifest file from your Solution Explorer window.

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.


GETTING STARTED
===============
1. At the top of your game trainer, type in "using Memory;"

2. Inside your Class brackets, type in "Mem m = new Mem();"

You can now call Memory.dll functions using the prefix "m"! Ex: m.ReadMemory()


- DOCUMENTATION: https://github.com/erfg12/memory.dll/wiki

- SOURCE CODE REPO: https://github.com/erfg12/memory.dll

- WEBSITE: https://github.com/erfg12/memory.dll

0 comments on commit ce233e7

Please sign in to comment.