UtilityBelt.Service 3.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package UtilityBelt.Service --version 3.0.0
NuGet\Install-Package UtilityBelt.Service -Version 3.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="UtilityBelt.Service" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UtilityBelt.Service --version 3.0.0
#r "nuget: UtilityBelt.Service, 3.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 UtilityBelt.Service as a Cake Addin
#addin nuget:?package=UtilityBelt.Service&version=3.0.0

// Install UtilityBelt.Service as a Cake Tool
#tool nuget:?package=UtilityBelt.Service&version=3.0.0

Decal service library for UtilityBelt. Provides ui / settings helpers.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.2 35 7/3/2024
3.0.1 73 7/2/2024
3.0.0 66 6/29/2024
2.2.14 113 6/11/2024
2.2.13 116 5/24/2024
2.2.12 123 4/18/2024
2.2.11 165 3/14/2024
2.2.10 127 3/14/2024
2.2.9 135 3/11/2024
2.2.8 110 3/6/2024
2.2.7 113 3/6/2024
2.2.6 164 2/14/2024
2.2.5 129 2/11/2024
2.2.4 106 1/16/2024
2.2.3 134 1/8/2024
2.2.2 215 8/15/2023
2.2.1 137 8/13/2023
2.2.0 145 8/13/2023
2.1.6 142 8/11/2023
2.1.5 139 8/9/2023
2.1.4 150 8/5/2023
2.1.3 148 8/5/2023
2.1.2 282 6/5/2023
2.1.1 163 5/7/2023
2.1.0 210 5/2/2023
2.0.21 294 2/17/2023
2.0.20 243 2/1/2023
2.0.19 242 2/1/2023
2.0.18 352 1/24/2023
2.0.17 278 1/24/2023
2.0.16 411 1/12/2023
2.0.15 250 1/8/2023
2.0.14 268 1/3/2023
2.0.13 291 1/2/2023
2.0.12 267 12/30/2022
2.0.11 256 12/27/2022
2.0.10 259 12/27/2022
2.0.9 251 12/24/2022
2.0.8 262 12/23/2022
2.0.7 267 12/23/2022
2.0.6 304 12/16/2022
2.0.5 248 12/14/2022
2.0.4 241 12/11/2022
2.0.3 256 12/10/2022
2.0.2 251 12/10/2022
2.0.1 250 12/9/2022
2.0.0 271 12/8/2022
1.0.2 274 12/3/2022
1.0.1 290 12/3/2022
1.0.0 278 11/25/2022

- Fix Hud bar remembers position per character
- Add There is now a global ScriptSettings.ReloadScriptsOnFileChanges settings that reloads any script that has been changed on disk
- Fix Less Coordinate.DistanceTo exceptions
- Fix timeouts / spam on acclient attack action
- Scripting Changes:
- Fix Equipped items (your own, and other players) are no longer included in World.GetLandscape() calls
- Add All events / callbacks / main script are now run as coroutines. use sleep/await/coroutine.yield to yield
- Fix bug where max vitals would return incorrectly after clearing vitae
- Fix rounding issue with vitals, causing off by one error
- Add more better plugin script modules, with hot reloading support (look at Apex for example)
- Add cleaner error messages, (no more bytecode errors, less stack traces)