prepare for release

This commit is contained in:
Jesse Plamondon-Willard 2020-09-11 17:38:04 -04:00
parent 0b6b9b3766
commit 39b9f363db
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
3 changed files with 7 additions and 6 deletions

View File

@ -356,7 +356,8 @@ That will create a `Pathoschild.Stardew.ModBuildConfig-<version>.nupkg` file in
which can be uploaded to NuGet or referenced directly. which can be uploaded to NuGet or referenced directly.
## Release notes ## Release notes
### Upcoming release ### 3.2.1
Released 11 September 2020.
* Added more detailed logging. * Added more detailed logging.
* Fixed _path's format is not supported_ error when using default `Mods` path in 3.2. * Fixed _path's format is not supported_ error when using default `Mods` path in 3.2.

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<RootNamespace>StardewModdingAPI.ModBuildConfig</RootNamespace> <RootNamespace>StardewModdingAPI.ModBuildConfig</RootNamespace>
<Version>3.2.0</Version> <Version>3.2.1</Version>
<TargetFramework>net45</TargetFramework> <TargetFramework>net45</TargetFramework>
<PlatformTarget>x86</PlatformTarget> <PlatformTarget>x86</PlatformTarget>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>

View File

@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata> <metadata>
<id>Pathoschild.Stardew.ModBuildConfig</id> <id>Pathoschild.Stardew.ModBuildConfig</id>
<version>3.2.0</version> <version>3.2.1</version>
<title>Build package for SMAPI mods</title> <title>Build package for SMAPI mods</title>
<authors>Pathoschild</authors> <authors>Pathoschild</authors>
<owners>Pathoschild</owners> <owners>Pathoschild</owners>
@ -14,9 +14,9 @@
<iconUrl>https://raw.githubusercontent.com/Pathoschild/SMAPI/develop/src/SMAPI.ModBuildConfig/assets/nuget-icon.png</iconUrl> <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> <description>Automates the build configuration for crossplatform Stardew Valley SMAPI mods. For SMAPI 3.0 or later.</description>
<releaseNotes> <releaseNotes>
3.2.0: 3.2.1:
- Added option to change `Mods` folder path. - Added more detailed logging.
- Rewrote documentation to make it easier to read. - Fixed "path's format is not supported" error when using default Mods path in 3.2.
</releaseNotes> </releaseNotes>
</metadata> </metadata>
<files> <files>