UnlimitedHugs.Rimworld.HugsLib 9.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 9.0.0
NuGet\Install-Package UnlimitedHugs.Rimworld.HugsLib -Version 9.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="9.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 9.0.0
#r "nuget: UnlimitedHugs.Rimworld.HugsLib, 9.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=9.0.0

// Install UnlimitedHugs.Rimworld.HugsLib as a Cake Tool
#tool nuget:?package=UnlimitedHugs.Rimworld.HugsLib&version=9.0.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 258 3/17/2024
11.0.2 78 3/17/2024
10.0.1 2,592 10/23/2022
9.0.1 2,514 9/25/2021
9.0.0 1,538 7/17/2021
8.0.0 2,532 8/12/2020
7.2.1 941 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 617 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

9.0.0: Updated to Rimworld 1.3
- Fixed log publishing on Linux
- Fixed "logfile" command line argument support
- Added ValueChanged event to SettingHandle
- Changing a setting via code updates the Mod Settings window
- Minor breaking refactoring- refer to wiki page
- Delay obsolete Harmony patch detection until loading completes
- Extended log publishing timeout to 90 seconds