diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-06-20 12:42:31 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-06-20 12:42:31 -0400 |
commit | cb9ff7019995eff92104703f097856d2523e02ce (patch) | |
tree | c43ca79f9947b3e16f946e1dc5fd1d02f70ce571 /docs/technical | |
parent | e9b8df46181bc9996cb2690acbb98971454b5b2a (diff) | |
download | SMAPI-cb9ff7019995eff92104703f097856d2523e02ce.tar.gz SMAPI-cb9ff7019995eff92104703f097856d2523e02ce.tar.bz2 SMAPI-cb9ff7019995eff92104703f097856d2523e02ce.zip |
prepare for release
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 5d550cfc..3cb450ae 100644 --- a/docs/technical/smapi.md +++ b/docs/technical/smapi.md @@ -81,8 +81,8 @@ To prepare a crossplatform SMAPI release, you'll need to compile it on two platf [crossplatforming info](https://stardewvalleywiki.com/Modding:Modder_Guide/Test_and_Troubleshoot#Testing_on_all_platforms) on the wiki for the first-time setup. -1. Update the version number in `.root/build/common.targets` and `Constants::Version`. Make sure - you use a [semantic version](https://semver.org). Recommended format: +1. Update the version numbers in `build/common.targets`, `Constants`, and the `manifest.json` for + bundled mods. Make sure you use a [semantic version](https://semver.org). Recommended format: build type | format | example :--------- | :----------------------- | :------ |