diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-04-14 18:14:08 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-04-14 18:14:08 -0400 |
commit | eb125f1994c605704be384ffdcf4da64b88d9405 (patch) | |
tree | 7ca55c1706f829afa69a8fc70abad0d25a99b3c9 /docs/technical | |
parent | 4de18b516fb12c3f842e72560b4d41aae7b7eff9 (diff) | |
download | SMAPI-eb125f1994c605704be384ffdcf4da64b88d9405.tar.gz SMAPI-eb125f1994c605704be384ffdcf4da64b88d9405.tar.bz2 SMAPI-eb125f1994c605704be384ffdcf4da64b88d9405.zip |
fix assembly version conflict error in mod build package
Diffstat (limited to 'docs/technical')
-rw-r--r-- | docs/technical/mod-package.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/technical/mod-package.md b/docs/technical/mod-package.md index 4c31f69b..b29f3f72 100644 --- a/docs/technical/mod-package.md +++ b/docs/technical/mod-package.md @@ -414,6 +414,7 @@ when you compile it. ## Release notes ## Upcoming release * Added detection for Xbox app game folders. +* Fixed "_conflicts between different versions of Microsoft.Win32.Registry_" warnings in recent SMAPI versions. * Internal refactoring. ## 4.0.0 |