UnitsNet 1.8.0
See the version list below for details.
dotnet add package UnitsNet --version 1.8.0
NuGet\Install-Package UnitsNet -Version 1.8.0
<PackageReference Include="UnitsNet" Version="1.8.0" />
<PackageVersion Include="UnitsNet" Version="1.8.0" />
<PackageReference Include="UnitsNet" />
paket add UnitsNet --version 1.8.0
#r "nuget: UnitsNet, 1.8.0"
#:package UnitsNet@1.8.0
#addin nuget:?package=UnitsNet&version=1.8.0
#tool nuget:?package=UnitsNet&version=1.8.0
Units.NET gives you all the common units of measurement and the conversions between them. It is light-weight, unit tested and supports PCL.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net35-client is compatible. |
| Silverlight | sl4 is compatible. sl5 was computed. |
| Universal Windows Platform | uap was computed. uap10.0 was computed. |
| Windows Store | netcore was computed. netcore45 is compatible. netcore451 was computed. |
This package has no dependencies.
NuGet packages (100)
Showing the top 5 NuGet packages that depend on UnitsNet:
| Package | Downloads |
|---|---|
|
UnitsNet.Serialization.JsonNet
A helper library for serializing and deserializing types in Units.NET using Json.NET. |
|
|
UnitsNet.NumberExtensions
Adds extension methods to number types to more easily create quantities, such as 5.Meters() instead of Length.FromMeters(5). |
|
|
Iot.Device.Bindings
This package provides a set of Device Bindings ("Device drivers") that use System.Device.Gpio package to communicate with sensors and microcontrollers. |
|
|
Honeybee.UI
UI library build with Eto Forms for editing Honeybee Schema (DotNet) on both Windows and Mac system. |
|
|
MetalHeaven.ExternalDataContracts
Metal Heaven Versioned Externals DataContracts |
GitHub repositories (8)
Showing the top 8 popular GitHub repositories that depend on UnitsNet:
| Repository | Stars |
|---|---|
|
microsoft/PowerToys
Microsoft PowerToys is a collection of utilities that supercharge productivity and customization on Windows
|
|
|
angularsen/UnitsNet
Makes life working with units of measurement just a little bit better.
|
|
|
dotnet/iot
This repo includes .NET Core implementations for various IoT boards, chips, displays and PCBs.
|
|
|
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
|
|
|
raspberry-sharp/raspberry-sharp-io
A .NET/Mono IO Library for Raspberry Pi
|
|
|
porrey/Virtual-ZPL-Printer
An ethernet based virtual Zebra Label Printer that can be used to test applications that produce bar code labels.
|
|
|
nanoframework/nanoFramework.IoT.Device
📦 This repo includes .NET nanoFramework implementations for various sensors, chips, displays, hats and drivers
|
|
|
BriefFiniteElementNet/BriefFiniteElement.Net
BriefFiniteElementDotNET (BFE.NET) is a library for linear-static Finite Element Method (FEM) analysis of solids and structures in .NET
|
| Version | Downloads | Last Updated |
|---|---|---|
| 6.0.0-pre019 | 8,333 | 12/7/2025 |
| 6.0.0-pre018 | 224 | 12/6/2025 |
| 6.0.0-pre017 | 129,104 | 7/29/2025 |
| 6.0.0-pre016 | 307 | 7/27/2025 |
| 6.0.0-pre015 | 422 | 7/26/2025 |
| 6.0.0-pre014 | 65,312 | 3/9/2025 |
| 6.0.0-pre013 | 11,315 | 12/29/2024 |
| 5.75.0 | 691,342 | 7/26/2025 |
| 5.74.0 | 569,561 | 4/2/2025 |
| 5.73.0 | 180,216 | 3/10/2025 |
| 5.72.0 | 3,277 | 3/10/2025 |
| 5.71.0 | 4,123 | 3/9/2025 |
| 5.70.0 | 205,520 | 2/26/2025 |
| 5.69.0 | 154,573 | 2/4/2025 |
| 5.68.0 | 1,769 | 2/4/2025 |
| 5.67.0 | 35,411 | 1/29/2025 |
| 5.66.0 | 93,135 | 1/19/2025 |
| 5.65.0 | 311,861 | 12/28/2024 |
| 5.64.0 | 2,512 | 12/26/2024 |
| 1.8.0 | 3,498 | 10/30/2013 |
Added angle unit of measurements. Added several missing test cases. Fixed bug when dynamically converting to NewtonPerSquareCentimeter and NewtonPerSquareMillimeter using UnitConverter.Convert()/TryConvert().