UnlimitedHugs.Rimworld.HugsLib 7.2.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.2.0
NuGet\Install-Package UnlimitedHugs.Rimworld.HugsLib -Version 7.2.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.2.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.2.0
#r "nuget: UnlimitedHugs.Rimworld.HugsLib, 7.2.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.2.0

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

A lightweight shared library for Rimworld modding.

Product Compatible and additional computed target framework versions.
.NET Framework 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 342 3/17/2024
11.0.2 81 3/17/2024
10.0.1 2,662 10/23/2022
9.0.1 2,516 9/25/2021
9.0.0 1,539 7/17/2021
8.0.0 2,534 8/12/2020
7.2.1 945 5/21/2020
7.2.0 535 5/18/2020
7.1.4 738 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 587 2/29/2020
7.0.1 645 2/28/2020
7.0.0 647 2/27/2020
6.2.1 619 2/26/2020
6.2.0 880 2/20/2020
6.1.1 2,492 11/3/2018
6.1.0 819 11/1/2018
6.0.1 908 10/12/2018
6.0.0 808 10/11/2018
5.0.2 926 8/25/2018
5.0.0 1,212 6/20/2018
4.1.1 1,248 3/2/2018
4.1.0 1,044 3/2/2018
4.0.1 1,219 12/30/2017

7.2.0: New features and tweaks
- Added quickstarter status window during game startup
- Added ModSpottingManager to identify first-time mod users
- Added "Load most recent save" mode to quickstarter
- Added auto-saving of mod settings on game exit
- Added ModBase.ApplicationQuit callback
- Added SettingHandle.CustomDrawerFullWidth
- Added hover menu to mod settings window
- Added SettingHandle and ModSettingsPack ContextMenuEntries property
- Added menu entry to reset all settings added by a single mod
- Added toggle to optionally reset hidden mod settings
- Added minimum HugsLib version check (Version.xml -> requiredLibraryVersion)
- Added /About/Manifest.xml version to log publisher
- Added shortcut keys for opening mod settings and mod update news windows
- Added extended mod update news window with filtering and dev mode tools
- Added live mod update news reloading (press F5 in extended news window)
- Added UpdateFeatureDef.targetAudience field to set first-time user behavior
- Mod update news are no longer shown to first-time mod users by default
- Quickstart settings window "Load now" and "Generate now" no longer switch mode
- Mod SettingHandle.CustomDrawer now auto-flags handles as having unsaved changes
- Changed OnGUI to be called after world and map camera processing
- Mod update news will now load in a background thread for faster startup
- Optimized mod settings window performance
- Fixed log publisher on MacOS