Skip to content

Commit 40c476d

Browse files
committed
prepare for mod package release
1 parent b9d1b5c commit 40c476d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/technical/mod-package-release-notes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
← [mod build config](./mod-build-config.md)
22

33
## Release notes
4-
## Upcoming release
4+
## 4.4.0
5+
Released 13 April 2025 for SMAPI 4.1.0 or later.
6+
57
* Added `%ProjectVersion%` [token you can use in `manifest.json` files](mod-package.md#manifest-tokens).
68
* Revamped [package documentation](mod-package.md).
79
_This makes it easier to see the features at a glance, and collects the info for each feature into one place._

src/SMAPI.ModBuildConfig/SMAPI.ModBuildConfig.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!--NuGet package-->
1111
<PackageId>Pathoschild.Stardew.ModBuildConfig</PackageId>
1212
<Title>Build package for SMAPI mods</Title>
13-
<Version>4.3.2</Version>
13+
<Version>4.4.0</Version>
1414
<Authors>Pathoschild</Authors>
1515
<Description>Automates the build configuration for crossplatform Stardew Valley SMAPI mods. For SMAPI 4.1.0 or later.</Description>
1616
<PackageReadmeFile>mod-package.md</PackageReadmeFile>

0 commit comments

Comments
 (0)