From 3c42119c8c0541a4f233e79fe591aa09c79c58cf Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Tue, 26 Sep 2017 21:08:54 -0400 Subject: restore AssemblyRewriters assembly for method injection This fixes a SMAPI 2.0 issue where mods would fail with MethodAccessException if they used SpriteBatch methods that got rewritten for MonoGame/XNA compatibility, because the methods SMAPI injected were internal. Moving it back into a separate assembly lets us make it public without making it visible to modders. --- src/prepare-install-package.targets | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/prepare-install-package.targets') diff --git a/src/prepare-install-package.targets b/src/prepare-install-package.targets index 44997fef..f2a2b23c 100644 --- a/src/prepare-install-package.targets +++ b/src/prepare-install-package.targets @@ -27,6 +27,7 @@ + @@ -40,6 +41,7 @@ + -- cgit