summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-09-11 17:38:04 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-09-11 17:38:04 -0400
commit39b9f363db18c38b0816f3b6a0e6cb86432cd8dc (patch)
tree5fa11bcb6c899f2e45dc9b2d9c68bf1424ff31b3
parent0b6b9b3766286eb34b05878f5682ec0ffc5a8f86 (diff)
downloadSMAPI-39b9f363db18c38b0816f3b6a0e6cb86432cd8dc.tar.gz
SMAPI-39b9f363db18c38b0816f3b6a0e6cb86432cd8dc.tar.bz2
SMAPI-39b9f363db18c38b0816f3b6a0e6cb86432cd8dc.zip
prepare for release
-rw-r--r--docs/technical/mod-package.md3
-rw-r--r--src/SMAPI.ModBuildConfig/SMAPI.ModBuildConfig.csproj2
-rw-r--r--src/SMAPI.ModBuildConfig/package.nuspec8
3 files changed, 7 insertions, 6 deletions
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-<version>.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.
diff --git a/src/SMAPI.ModBuildConfig/SMAPI.ModBuildConfig.csproj b/src/SMAPI.ModBuildConfig/SMAPI.ModBuildConfig.csproj
index 5e35b7e9..605096d9 100644
--- a/src/SMAPI.ModBuildConfig/SMAPI.ModBuildConfig.csproj
+++ b/src/SMAPI.ModBuildConfig/SMAPI.ModBuildConfig.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>StardewModdingAPI.ModBuildConfig</RootNamespace>
- <Version>3.2.0</Version>
+ <Version>3.2.1</Version>
<TargetFramework>net45</TargetFramework>
<PlatformTarget>x86</PlatformTarget>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
diff --git a/src/SMAPI.ModBuildConfig/package.nuspec b/src/SMAPI.ModBuildConfig/package.nuspec
index c0b0799a..05aed8f9 100644
--- a/src/SMAPI.ModBuildConfig/package.nuspec
+++ b/src/SMAPI.ModBuildConfig/package.nuspec
@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Pathoschild.Stardew.ModBuildConfig</id>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<title>Build package for SMAPI mods</title>
<authors>Pathoschild</authors>
<owners>Pathoschild</owners>
@@ -14,9 +14,9 @@
<iconUrl>https://raw.githubusercontent.com/Pathoschild/SMAPI/develop/src/SMAPI.ModBuildConfig/assets/nuget-icon.png</iconUrl>
<description>Automates the build configuration for crossplatform Stardew Valley SMAPI mods. For SMAPI 3.0 or later.</description>
<releaseNotes>
- 3.2.0:
- - Added option to change `Mods` folder path.
- - Rewrote documentation to make it easier to read.
+ 3.2.1:
+ - Added more detailed logging.
+ - Fixed "path's format is not supported" error when using default Mods path in 3.2.
</releaseNotes>
</metadata>
<files>