UnlimitedHugs.Rimworld.HugsLib 7.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package UnlimitedHugs.Rimworld.HugsLib --version 7.0.0
NuGet\Install-Package UnlimitedHugs.Rimworld.HugsLib -Version 7.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="UnlimitedHugs.Rimworld.HugsLib" Version="7.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UnlimitedHugs.Rimworld.HugsLib --version 7.0.0
#r "nuget: UnlimitedHugs.Rimworld.HugsLib, 7.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install UnlimitedHugs.Rimworld.HugsLib as a Cake Addin
#addin nuget:?package=UnlimitedHugs.Rimworld.HugsLib&version=7.0.0

// Install UnlimitedHugs.Rimworld.HugsLib as a Cake Tool
#tool nuget:?package=UnlimitedHugs.Rimworld.HugsLib&version=7.0.0

A lightweight shared library for Rimworld modding. Includes the Harmony library by Andreas Pardeike.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on UnlimitedHugs.Rimworld.HugsLib:

Repository Stars
skyarkhangel/Hardcore-SK
Rimworld Hardcore SK project, our discord server:
Version Downloads Last updated
11.0.3 169 3/17/2024
11.0.2 72 3/17/2024
10.0.1 2,495 10/23/2022
9.0.1 2,507 9/25/2021
9.0.0 1,531 7/17/2021
8.0.0 2,528 8/12/2020
7.2.1 941 5/21/2020
7.2.0 535 5/18/2020
7.1.4 737 4/2/2020
7.1.3 531 3/30/2020
7.1.1 549 3/24/2020
7.1.0 743 3/1/2020
7.0.3 645 3/1/2020
7.0.2 585 2/29/2020
7.0.1 645 2/28/2020
7.0.0 647 2/27/2020
6.2.1 611 2/26/2020
6.2.0 880 2/20/2020
6.1.1 2,490 11/3/2018
6.1.0 817 11/1/2018
6.0.1 905 10/12/2018
6.0.0 805 10/11/2018
5.0.2 923 8/25/2018
5.0.0 1,210 6/20/2018
4.1.1 1,246 3/2/2018
4.1.0 1,042 3/2/2018
4.0.1 1,217 12/30/2017

7.0.0: Major update for Rimworld 1.1

This update does NOT break compatibility with existing mods for RW1.1.
Minor tweaks to HugsLib-based mods may be required, however.
Please refer to the update guide on the HugsLib GitHub wiki.

- Added support for displaying update news from non-library mods
- Added custom update news image loading to improve game startup times
- Added whitespace trimming to update news content
- Added setting change detection system to ModSettingsManager
- Added separate property to SettingHandle for immunity to settings resets
- Added methods for saving changes to SettingHandle and ModSettingsPack
- Added package ids of loaded mods to log publisher
- ModBase.SettingsChanged now only called for the mod owning the settings
- Converted ModBase to use mod PackageIds as fallback identifiers
- Made ModBase.ModIdentifier optional
- Added configurable settings identifier and log identifier to ModBase
- Changed Harmony ids for HugsLib mods to their PackageId
- Tagged errors during Harmony patching with the mod id that caused them
- Deprecated some types and members
- Removed assembly version restrictions from update news
- Removed attribute callback system.
- Updated bundled Harmony library to 2.0.0.6