summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/ModLoading/AssemblyParseResult.cs
AgeCommit message (Collapse)Author
2021-07-11alias Mono.Cecil references (#711)Jesse Plamondon-Willard
This is needed to migrate to Harmony 2.0 because it uses MonoMod, which has a copy of Mono.Cecil merged into its assembly, which leads to "type X exists in both 0Harmony.dll and Mono.Cecil.dll" errors. We can't use the version bundled with MonoMod since only some of the types are publicly accessible.
2017-10-07reorganise repo structureJesse Plamondon-Willard