Skip to content

Commit

Permalink
Add credits section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeFZ committed Jul 27, 2024
1 parent 5d4eb6e commit f0153c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ To then process your updated code into a workable payload, the build process for
Building regularly through Visual Studio will invoke analyzers that take *ages* to run on the auto-generated dependencies file,
so if you value your time follow this guideline to retain reasonable build times.
- Copy the built `SharpShell.Loader.dll` next to `run_pwsh.xml` to then be able to invoke the loader through the normal `<path to dotnet.exe> msbuild <path to run_pwsh.xml>` command.

## Credits

- **Shadow LAG**, for discovering and implementing the initial MSBuild entrypoint and .NET loader

0 comments on commit f0153c2

Please sign in to comment.