Sundew.Quantities 1.0.2-alpha

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

// Install Sundew.Quantities as a Cake Tool
#tool nuget:?package=Sundew.Quantities&version=1.0.2-alpha&prerelease

Sundew.Quantities is a portable library, which provides classes for representing physical quantities such as:
- Distance
- Velocity
- Acceleration
- Area
- Volume
- Mass
- Time

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Sundew.Quantities:

Package Downloads
Sundew.Quantities.Formatters.MathML

Sundew.Quantities.Formatters.MathML provides an implementation of a expression visitor with functionality to convert unit expressions into MathML.

Sundew.Quantities.Serialization.Poco

Sundew.Quantities.Serialization.Poco provides POCO classes for serializing and deserializing quantities.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.15-u20221129-231442-ci 65 11/29/2022
3.0.14 362 8/21/2022
3.0.14-u20220821-201603-ci 89 8/21/2022
3.0.14-u20220810-203654-ci 92 8/10/2022
3.0.14-u20220807-093302-ci 97 8/7/2022
3.0.14-u20220802-202404-ci 88 8/2/2022
3.0.14-u20220624-212218-ci 93 6/24/2022
3.0.14-u20220623-215124-ci 92 6/23/2022
3.0.14-u20220620-205402-ci 96 6/20/2022
3.0.14-u20220620-204834-ci 93 6/20/2022
3.0.14-u20220620-204724-ci 94 6/20/2022
3.0.14-u20220619-221418-ci 88 6/19/2022
3.0.14-u20220619-221311-ci 92 6/19/2022
3.0.14-u20220619-221201-ci 79 6/19/2022
3.0.14-u20220619-220647-ci 83 6/19/2022
3.0.14-u20220619-220539-ci 82 6/19/2022
3.0.14-u20220619-220048-ci 85 6/19/2022
3.0.13 400 11/20/2021
3.0.13-u20211120-051355-ci 371 11/20/2021
3.0.12 389 11/20/2021
3.0.12-u20211120-050829-ci 372 11/20/2021
3.0.11 391 11/20/2021
3.0.10 170 6/18/2021
3.0.9 344 5/3/2021
3.0.8 376 4/24/2021
3.0.7 332 4/7/2021
3.0.6 388 3/5/2021
3.0.5 343 3/4/2021
3.0.4 352 3/4/2021
3.0.3 402 2/1/2021
3.0.2 417 12/6/2020
3.0.1 431 11/9/2020
3.0.0 483 10/29/2020
2.0.1 1,408 2/7/2017
1.0.2-alpha 1,057 5/28/2016
1.0.1-alpha 940 4/30/2016

1.0.2: Minor fixes
1.0.1: First version