summaryrefslogtreecommitdiff
path: root/build/0Harmony.dll
AgeCommit message (Collapse)Author
2021-11-28update to .NET 5 build of Harmony 2.1.0Jesse Plamondon-Willard
2021-07-23use unmerged Harmony assembly (#711)Jesse Plamondon-Willard
Harmony merges Mono.Cecil and MonoMod.Common into its DLL, and keeps some (but not all) of the merged types public. That causes type conflicts in SMAPI's code since it uses both Harmony and Mono.Cecil, and extern aliases break on Linux due to IDE/compiler limitations. This commit uses a custom build of Harmony without the assembly merging, so SMAPI can use and manage Mono.Cecil itself.
2021-07-13migrate to Harmony 2.1 (#711)Jesse Plamondon-Willard
2020-06-20switch to custom build of Harmony 1.2.0.1Jesse Plamondon-Willard