bump mod build package version for update
This commit is contained in:
parent
3cfc272453
commit
8ce43241b1
|
@ -5,5 +5,5 @@ using System.Runtime.InteropServices;
|
||||||
[assembly: AssemblyDescription("")]
|
[assembly: AssemblyDescription("")]
|
||||||
[assembly: Guid("ea4f1e80-743f-4a1d-9757-ae66904a196a")]
|
[assembly: Guid("ea4f1e80-743f-4a1d-9757-ae66904a196a")]
|
||||||
[assembly: ComVisible(false)]
|
[assembly: ComVisible(false)]
|
||||||
[assembly: AssemblyVersion("2.0.0.0")]
|
[assembly: AssemblyVersion("2.0.1.0")]
|
||||||
[assembly: AssemblyFileVersion("2.0.0.0")]
|
[assembly: AssemblyFileVersion("2.0.1.0")]
|
||||||
|
|
|
@ -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>2.0.0</version>
|
<version>2.0.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>
|
||||||
|
@ -12,6 +12,7 @@
|
||||||
<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.</description>
|
<description>Automates the build configuration for crossplatform Stardew Valley SMAPI mods.</description>
|
||||||
<releaseNotes>
|
<releaseNotes>
|
||||||
|
2.0:
|
||||||
- Added: mods are now copied into the `Mods` folder automatically (configurable).
|
- Added: mods are now copied into the `Mods` folder automatically (configurable).
|
||||||
- Added: release zips are now created automatically in your build output folder (configurable).
|
- Added: release zips are now created automatically in your build output folder (configurable).
|
||||||
- Added: mod deploy and release zips now exclude Json.NET automatically, since it's provided by SMAPI.
|
- Added: mod deploy and release zips now exclude Json.NET automatically, since it's provided by SMAPI.
|
||||||
|
@ -19,6 +20,9 @@
|
||||||
- Improved errors to simplify troubleshooting.
|
- Improved errors to simplify troubleshooting.
|
||||||
- Fixed release zip not having a mod folder.
|
- Fixed release zip not having a mod folder.
|
||||||
- Fixed release zip failing if mod name contains characters that aren't valid in a filename.
|
- Fixed release zip failing if mod name contains characters that aren't valid in a filename.
|
||||||
|
|
||||||
|
2.0.1:
|
||||||
|
- Fixed mod deploy failing to create subfolders if they don't already exist.
|
||||||
</releaseNotes>
|
</releaseNotes>
|
||||||
</metadata>
|
</metadata>
|
||||||
<files>
|
<files>
|
||||||
|
|
Loading…
Reference in New Issue