prepare mod build package for release
This commit is contained in:
parent
947d9c87e0
commit
9edd3b901a
|
@ -347,7 +347,9 @@ The NuGet package is generated automatically in `StardewModdingAPI.ModBuildConfi
|
|||
when you compile it.
|
||||
|
||||
## Release notes
|
||||
## Upcoming release
|
||||
## 3.2.2
|
||||
Released 23 September 2020.
|
||||
|
||||
* Reworked and streamlined how the package is compiled.
|
||||
* Added [SMAPI-ModTranslationClassBuilder](https://github.com/Pathoschild/SMAPI-ModTranslationClassBuilder) files to the ignore list.
|
||||
|
||||
|
|
|
@ -10,16 +10,15 @@
|
|||
<!--NuGet package-->
|
||||
<PackageId>Pathoschild.Stardew.ModBuildConfig</PackageId>
|
||||
<Title>Build package for SMAPI mods</Title>
|
||||
<Version>3.2.1</Version>
|
||||
<Version>3.2.2</Version>
|
||||
<Authors>Pathoschild</Authors>
|
||||
<Description>Automates the build configuration for crossplatform Stardew Valley SMAPI mods. For SMAPI 3.0 or later.</Description>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<PackageIcon>images/icon.png</PackageIcon>
|
||||
<PackageProjectUrl>https://smapi.io/package/readme</PackageProjectUrl>
|
||||
<PackageReleaseNotes>
|
||||
3.2.1:
|
||||
- Added more detailed logging.
|
||||
- Fixed "path's format is not supported" error when using default Mods path in 3.2.
|
||||
- Reworked and streamlined how the package is compiled.
|
||||
- Added SMAPI-ModTranslationClassBuilder files to the ignore list.
|
||||
</PackageReleaseNotes>
|
||||
<IncludeBuildOutput>false</IncludeBuildOutput>
|
||||
</PropertyGroup>
|
||||
|
|
Loading…
Reference in New Issue