Pathoschild.Stardew.ModBuildConfig
3.0.0-beta.6
See the version list below for details.
dotnet add package Pathoschild.Stardew.ModBuildConfig --version 3.0.0-beta.6
NuGet\Install-Package Pathoschild.Stardew.ModBuildConfig -Version 3.0.0-beta.6
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="3.0.0-beta.6" />
<PackageVersion Include="Pathoschild.Stardew.ModBuildConfig" Version="3.0.0-beta.6" />
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" />
paket add Pathoschild.Stardew.ModBuildConfig --version 3.0.0-beta.6
#r "nuget: Pathoschild.Stardew.ModBuildConfig, 3.0.0-beta.6"
#:package Pathoschild.Stardew.ModBuildConfig@3.0.0-beta.6
#addin nuget:?package=Pathoschild.Stardew.ModBuildConfig&version=3.0.0-beta.6&prerelease
#tool nuget:?package=Pathoschild.Stardew.ModBuildConfig&version=3.0.0-beta.6&prerelease
See documentation.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (10)
Showing the top 5 NuGet packages that depend on Pathoschild.Stardew.ModBuildConfig:
| Package | Downloads |
|---|---|
|
Juice805.StardewConfigFramework
A Unified Mod Options Page For Modders and Users. Keep all your mod settings in one place! |
|
|
MaxVollmer.StardewValley.DeepWoodsMod.API
API for the DeepWoodsMod for Stardew Valley. |
|
|
Bookcase
Additional utilities for making stardew mods and ensuring cross compatability. |
|
|
Platonymous.PyTK
Modding Toolkit for Stardew Valley |
|
|
EventGenerator
A handy Event Generator API for Stardew Valley's "SMAPI by PathosChild" |
GitHub repositories (10)
Showing the top 10 popular GitHub repositories that depend on Pathoschild.Stardew.ModBuildConfig:
| Repository | Stars |
|---|---|
|
Pathoschild/StardewMods
Mods for Stardew Valley using SMAPI.
|
|
|
FlashShifter/StardewValleyExpanded
The Stardew Valley Expanded mod for Stardew Valley.
|
|
|
Lixeer/ValleyServer
星露谷多人游戏服务器解决方案/An ingenious solution about game Stardew Valley Multiplayer
|
|
|
Pathoschild/StardewXnbHack
A simple one-way XNB unpacker for Stardew Valley.
|
|
|
stardew-valley-dedicated-server/server
A Linux Docker image to run a headless dedicated multiplayer server for Stardew Valley.
|
|
|
spacechase0/StardewValleyMods
New home for my stardew valley mod source code
|
|
|
CJBok/SDV-Mods
|
|
|
Platonymous/Stardew-Valley-Mods
A collection of mods for Stardew Valley
|
|
|
aedenthorn/StardewValleyMods
|
|
|
ObjectManagerManager/SMAPIDedicatedServerMod
Dedicated (headless) server mod for Stardew Valley, powered by SMAPI. Turns the host into an automated bot.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 4.4.0 | 7,059 | 4/13/2025 |
| 4.3.2 | 4,544 | 11/9/2024 |
| 4.3.1 | 981 | 11/5/2024 |
| 4.3.0 | 2,145 | 10/7/2024 |
| 4.2.0 | 1,232 | 9/5/2024 |
| 4.1.1 | 17,453 | 6/24/2023 |
| 4.1.0 | 24,908 | 1/9/2023 |
| 4.0.2 | 3,170 | 10/9/2022 |
| 4.0.1 | 6,164 | 4/14/2022 |
| 4.0.0 | 6,250 | 11/30/2021 |
| 4.0.0-beta.20210916 | 936 | 9/17/2021 |
| 3.4.0-beta.20210813 | 607 | 8/13/2021 |
| 3.3.0 | 11,922 | 3/31/2021 |
| 3.2.2 | 6,203 | 9/24/2020 |
| 3.2.1 | 2,162 | 9/11/2020 |
| 3.2.0 | 2,245 | 9/7/2020 |
| 3.1.0 | 5,530 | 2/1/2020 |
| 3.0.0 | 4,501 | 11/26/2019 |
| 3.0.0-beta.8 | 848 | 7/17/2019 |
| 3.0.0-beta.6 | 1,504 | 7/9/2019 |
3.0.0:
- Updated for SMAPI 3.0 and Stardew Valley 1.4. (The beta is backwards-compatible with previous versions.)
- Added automatic support for 'assets' folders.
- Added $(GameExecutableName) MSBuild variable.
- Added support for projects using the simplified .csproj format:
- platform target is now set to x86 automatically to avoid mismatching platform target warnings;
- added GAC to assembly search paths to fix references to XNA Framework.
- Added option to disable game debugging config.
- Added .pdb files to builds by default (to enable line numbers in error stack traces).
- Added optional Harmony reference.
- Fixed Newtonsoft.Json.pdb included in release zips when Json.NET is referenced directly.
- Fixed <IgnoreModFilePatterns> not working for i18n files.
- Dropped support for older versions of SMAPI and Visual Studio.