Skip to content

Commit

Permalink
prepare for mod build package release
Browse files Browse the repository at this point in the history
  • Loading branch information
Pathoschild committed Sep 6, 2024
1 parent 53800da commit 75741fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion docs/technical/mod-package-release-notes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
← [mod build config](./mod-build-config.md)

## Release notes
### Upcoming release
### 4.2.0
Released 05 September 2024 for SMAPI 3.13.0 or later.

* Added support for `i18n` subfolders (thanks to spacechase0!).
* Updated dependencies.

### 4.1.1
Expand Down
7 changes: 5 additions & 2 deletions src/SMAPI.ModBuildConfig/SMAPI.ModBuildConfig.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@
<!--NuGet package-->
<PackageId>Pathoschild.Stardew.ModBuildConfig</PackageId>
<Title>Build package for SMAPI mods</Title>
<Version>4.1.1</Version>
<Version>4.2.0</Version>
<Authors>Pathoschild</Authors>
<Description>Automates the build configuration for crossplatform Stardew Valley SMAPI mods. For SMAPI 3.13.0 or later.</Description>
<PackageReadmeFile>mod-package.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>images/icon.png</PackageIcon>
<PackageProjectUrl>https://smapi.io/package/readme</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/Pathoschild/SMAPI.git</RepositoryUrl>
<IncludeBuildOutput>false</IncludeBuildOutput>

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

<ItemGroup>
<!--project files-->
<None Include="..\..\docs\technical\mod-package.md" Link="mod-package.md" />
<None Include="..\..\docs\technical\mod-package.md" Link="mod-package.md" Pack="true" PackagePath="/" />
<None Include="..\..\docs\technical\mod-package-release-notes.md" Link="release-notes.md" />

<!--NuGet package files-->
Expand Down

0 comments on commit 75741fb

Please sign in to comment.