File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
&larr ; [ mod build config] ( ./mod-build-config.md )
2
2
3
3
## 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!).
5
8
* Updated dependencies.
6
9
7
10
### 4.1.1
Original file line number Diff line number Diff line change 10
10
<!-- NuGet package-->
11
11
<PackageId >Pathoschild.Stardew.ModBuildConfig</PackageId >
12
12
<Title >Build package for SMAPI mods</Title >
13
- <Version >4.1.1 </Version >
13
+ <Version >4.2.0 </Version >
14
14
<Authors >Pathoschild</Authors >
15
15
<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 >
16
17
<PackageLicenseExpression >MIT</PackageLicenseExpression >
17
18
<PackageIcon >images/icon.png</PackageIcon >
18
19
<PackageProjectUrl >https://smapi.io/package/readme</PackageProjectUrl >
20
+ <RepositoryType >git</RepositoryType >
21
+ <RepositoryUrl >https://github.com/Pathoschild/SMAPI.git</RepositoryUrl >
19
22
<IncludeBuildOutput >false</IncludeBuildOutput >
20
23
21
24
<!-- copy dependency DLLs to bin folder so we can include them in package -->
39
42
40
43
<ItemGroup >
41
44
<!-- 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 = " / " />
43
46
<None Include =" ..\..\docs\technical\mod-package-release-notes.md" Link =" release-notes.md" />
44
47
45
48
<!-- NuGet package files-->
You can’t perform that action at this time.
0 commit comments