-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MLP now requires Harmony as separate mod instead of having it built-in.
- Loading branch information
1 parent
5966793
commit 7a4a341
Showing
6 changed files
with
18 additions
and
2,441 deletions.
There are no files selected for viewing
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Lib.Harmony" version="2.0.0.4" targetFramework="net40" /> | ||
<package id="Unity" version="5.11.3" targetFramework="net40" /> | ||
<package id="Lib.Harmony" version="2.0.0.8" targetFramework="net40" /> | ||
<package id="Unity" version="5.11.4" targetFramework="net40" /> | ||
</packages> |