diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-11 17:25:38 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-11 17:25:38 -0400 |
commit | 1abc76a2240543e24e944d077271f3dfda9f4d97 (patch) | |
tree | bda3fc856e7a6bbb75f631236fcb2be5070fae18 /docs/technical | |
parent | 5433f9023ed174366c8bf450785aafbdb077d29d (diff) | |
download | SMAPI-1abc76a2240543e24e944d077271f3dfda9f4d97.tar.gz SMAPI-1abc76a2240543e24e944d077271f3dfda9f4d97.tar.bz2 SMAPI-1abc76a2240543e24e944d077271f3dfda9f4d97.zip |
improve logging in mod build package
Diffstat (limited to 'docs/technical')
-rw-r--r-- | docs/technical/mod-package.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/technical/mod-package.md b/docs/technical/mod-package.md index 26ef019f..b46bca2c 100644 --- a/docs/technical/mod-package.md +++ b/docs/technical/mod-package.md @@ -356,6 +356,10 @@ That will create a `Pathoschild.Stardew.ModBuildConfig-<version>.nupkg` file in which can be uploaded to NuGet or referenced directly. ## Release notes +### Upcoming release + +* Added more detailed logging. + ### 3.2 Released 07 September 2020. |