diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-10-09 14:45:50 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-10-09 14:45:50 -0400 |
commit | d143ab1077d7a3fb8638f0cc494aadf8688a0952 (patch) | |
tree | 8154509d13eea9c4b3ed4220f6c09cdbe45de5a5 /docs/technical | |
parent | d0704ef6f0040d10aa89e9cf1ee8d38098bff5df (diff) | |
download | SMAPI-d143ab1077d7a3fb8638f0cc494aadf8688a0952.tar.gz SMAPI-d143ab1077d7a3fb8638f0cc494aadf8688a0952.tar.bz2 SMAPI-d143ab1077d7a3fb8638f0cc494aadf8688a0952.zip |
update to Harmony 2.2.2
Diffstat (limited to 'docs/technical')
-rw-r--r-- | docs/technical/smapi.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/technical/smapi.md b/docs/technical/smapi.md index b8a1683b..d115aefa 100644 --- a/docs/technical/smapi.md +++ b/docs/technical/smapi.md @@ -78,8 +78,8 @@ the `SMAPI` project with debugging from Visual Studio or Rider should launch SMA debugger attached, so you can intercept errors and step through the code being executed. ### Custom Harmony build -SMAPI uses [a custom build of Harmony](https://github.com/Pathoschild/Harmony#readme), which is -included in the `build` folder. To use a different build, just replace `0Harmony.dll` in that +SMAPI uses [a custom build of Harmony 2.2.2](https://github.com/Pathoschild/Harmony#readme), which +is included in the `build` folder. To use a different build, just replace `0Harmony.dll` in that folder before compiling. ## Prepare a release |