From 1abc76a2240543e24e944d077271f3dfda9f4d97 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 11 Sep 2020 17:25:38 -0400 Subject: improve logging in mod build package --- docs/technical/mod-package.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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-.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. -- cgit From 0b6b9b3766286eb34b05878f5682ec0ffc5a8f86 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 11 Sep 2020 17:36:02 -0400 Subject: fix default mods folder path in build package --- docs/technical/mod-package.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/technical/mod-package.md b/docs/technical/mod-package.md index b46bca2c..361b257a 100644 --- a/docs/technical/mod-package.md +++ b/docs/technical/mod-package.md @@ -359,6 +359,7 @@ which can be uploaded to NuGet or referenced directly. ### Upcoming release * Added more detailed logging. +* Fixed _path's format is not supported_ error when using default `Mods` path in 3.2. ### 3.2 Released 07 September 2020. -- cgit From 39b9f363db18c38b0816f3b6a0e6cb86432cd8dc Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 11 Sep 2020 17:38:04 -0400 Subject: prepare for release --- docs/technical/mod-package.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/technical/mod-package.md b/docs/technical/mod-package.md index 361b257a..a1457405 100644 --- a/docs/technical/mod-package.md +++ b/docs/technical/mod-package.md @@ -356,7 +356,8 @@ That will create a `Pathoschild.Stardew.ModBuildConfig-.nupkg` file in which can be uploaded to NuGet or referenced directly. ## Release notes -### Upcoming release +### 3.2.1 +Released 11 September 2020. * Added more detailed logging. * Fixed _path's format is not supported_ error when using default `Mods` path in 3.2. -- cgit