Skip to content

Commit 75741fb

Browse files
committed
prepare for mod build package release
1 parent 53800da commit 75741fb

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
← [mod build config](./mod-build-config.md)
22

33
## Release notes
4-
### Upcoming release
4+
### 4.2.0
5+
Released 05 September 2024 for SMAPI 3.13.0 or later.
6+
7+
* Added support for `i18n` subfolders (thanks to spacechase0!).
58
* Updated dependencies.
69

710
### 4.1.1

src/SMAPI.ModBuildConfig/SMAPI.ModBuildConfig.csproj

+5-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@
1010
<!--NuGet package-->
1111
<PackageId>Pathoschild.Stardew.ModBuildConfig</PackageId>
1212
<Title>Build package for SMAPI mods</Title>
13-
<Version>4.1.1</Version>
13+
<Version>4.2.0</Version>
1414
<Authors>Pathoschild</Authors>
1515
<Description>Automates the build configuration for crossplatform Stardew Valley SMAPI mods. For SMAPI 3.13.0 or later.</Description>
16+
<PackageReadmeFile>mod-package.md</PackageReadmeFile>
1617
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1718
<PackageIcon>images/icon.png</PackageIcon>
1819
<PackageProjectUrl>https://smapi.io/package/readme</PackageProjectUrl>
20+
<RepositoryType>git</RepositoryType>
21+
<RepositoryUrl>https://github.com/Pathoschild/SMAPI.git</RepositoryUrl>
1922
<IncludeBuildOutput>false</IncludeBuildOutput>
2023

2124
<!--copy dependency DLLs to bin folder so we can include them in package -->
@@ -39,7 +42,7 @@
3942

4043
<ItemGroup>
4144
<!--project files-->
42-
<None Include="..\..\docs\technical\mod-package.md" Link="mod-package.md" />
45+
<None Include="..\..\docs\technical\mod-package.md" Link="mod-package.md" Pack="true" PackagePath="/" />
4346
<None Include="..\..\docs\technical\mod-package-release-notes.md" Link="release-notes.md" />
4447

4548
<!--NuGet package files-->

0 commit comments

Comments
 (0)