Pathoschild.Stardew.ModBuildConfig
3.0.0-beta.2
See the version list below for details.
dotnet add package Pathoschild.Stardew.ModBuildConfig --version 3.0.0-beta.2
NuGet\Install-Package Pathoschild.Stardew.ModBuildConfig -Version 3.0.0-beta.2
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="3.0.0-beta.2" />
<PackageVersion Include="Pathoschild.Stardew.ModBuildConfig" Version="3.0.0-beta.2" />
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" />
paket add Pathoschild.Stardew.ModBuildConfig --version 3.0.0-beta.2
#r "nuget: Pathoschild.Stardew.ModBuildConfig, 3.0.0-beta.2"
#:package Pathoschild.Stardew.ModBuildConfig@3.0.0-beta.2
#addin nuget:?package=Pathoschild.Stardew.ModBuildConfig&version=3.0.0-beta.2&prerelease
#tool nuget:?package=Pathoschild.Stardew.ModBuildConfig&version=3.0.0-beta.2&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
|
|
|
stardew-valley-dedicated-server/server
A Linux Docker image to run a headless dedicated multiplayer server for Stardew Valley.
|
|
|
Pathoschild/StardewXnbHack
A simple one-way XNB unpacker 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 | 9,410 | 4/13/2025 |
| 4.3.2 | 4,786 | 11/9/2024 |
| 4.3.1 | 1,047 | 11/5/2024 |
| 4.3.0 | 2,357 | 10/7/2024 |
| 4.2.0 | 1,301 | 9/5/2024 |
| 4.1.1 | 18,158 | 6/24/2023 |
| 4.1.0 | 25,071 | 1/9/2023 |
| 4.0.2 | 3,186 | 10/9/2022 |
| 4.0.1 | 6,216 | 4/14/2022 |
| 4.0.0 | 6,346 | 11/30/2021 |
| 4.0.0-beta.20210916 | 952 | 9/17/2021 |
| 3.4.0-beta.20210813 | 618 | 8/13/2021 |
| 3.3.0 | 11,946 | 3/31/2021 |
| 3.2.2 | 6,230 | 9/24/2020 |
| 3.2.1 | 2,172 | 9/11/2020 |
| 3.2.0 | 2,260 | 9/7/2020 |
| 3.1.0 | 5,580 | 2/1/2020 |
| 3.0.0 | 4,528 | 11/26/2019 |
| 3.0.0-beta.8 | 862 | 7/17/2019 |
| 3.0.0-beta.2 | 548 | 6/13/2019 |
3.0.0:
- Updated for SMAPI 3.0 and Stardew Valley 1.4. (The beta is backwards-compatible with previous versions.)
- If the project contains an `assets` folder, its contents are now included in the mod automatically.
- For projects using the new `.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.
- 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.