This repository has been archived by the owner on Apr 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial deli support * Update README.md add Deli instruction * Delete mainmenu3-panel.txt removing as Deli can do this better * rename changelog text asset * removed discord assembly load Deli will do this for us * Update README.md update readme for deli some more * Update link_builds.bat update for Deli path * Added Deli manifest * Update README.md * Removed csproj junk * Update README.md * fix invite * Update to Deli v0.2.1 * Add temp changelog panel text for Deli * Update uninstall instructions -.zip to .deli moment * Add Meatmas2020 scene to scene dict * Remove unnecessary install info Deli mods are now .deli instead of .zip, no need to warn about this now (hopefully..) * Update manifest to Deli v0.2.1 * Get values from manifest now -get rid of unnecessary Source -replace user facing hardcoded H3MP strings to get from plugin * Update README.md * Create nuget.config for BepInEx * Remove changelog panel (made redundant) - Deli does this via sourceUrl in manifest now - Bump manifest Deli requirement to v0.2.2 - Fix HarmonyState logger * this file is pointless * Fix for WristMenuButtons & WurstMod compatibility * Bump Deli to v0.2.5
- Loading branch information
1 parent
ffa92ec
commit 44e60d3
Showing
12 changed files
with
101 additions
and
218 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<packageSources> | ||
<add key="BepInExLibs" value="https://pkgs.dev.azure.com/bepinex/BepInEx/_packaging/BepInExLibs/nuget/v3/index.json" /> | ||
</packageSources> | ||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.