Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Utilize BepInEx NuGet repository for game libraries. #18

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Commits on Apr 15, 2022

  1. Configuration menu
    Copy the full SHA
    d925036 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

  1. Configuration menu
    Copy the full SHA
    91907fc View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    320f9f7 View commit details
    Browse the repository at this point in the history
  2. Now fetches R2API from NuGet!

    Higgs1 committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    4af4424 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    022389f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    423b08e View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Now fetches MMHOOK from NuGet!

    `NoWarn="NU1701"` is to suppress the warning from `MMHOOK.RoR2`, which is only available for .NetFramework, and not .NetStandard - but that's okays here.
    
    Since Roo is now the only unmanaged mod dependency now, the search path could be moved back into Roo's `%(HintPath)` instead of fiddling with AssemblySearchPaths if you wanted, but I prefer AssemblySearchPaths.
    Higgs1 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    273a30b View commit details
    Browse the repository at this point in the history