QuantityTypes by See AUTHORS file.

<PackageReference Include="QuantityTypes" Version="5.0.0" />

 QuantityTypes 5.0.0

Provides strongly typed arithmetics of physical quantities, implemented as value types. The library supports parsing, formatting, operators and unit conversion.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>QuantityTypes</id>
    <version>5.0.0</version>
    <authors>See AUTHORS file.</authors>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>Icon.png</icon>
    <projectUrl>https://github.com/QuantityTypes/QuantityTypes</projectUrl>
    <description>Provides strongly typed arithmetics of physical quantities, implemented as value types. The library supports parsing, formatting, operators and unit conversion.</description>
    <copyright>Copyright (c) 2012 Oystein Bjorke</copyright>
    <tags>physical quantities unit conversion units of measurement</tags>
    <repository type="git" url="https://github.com/QuantityTypes/QuantityTypes.git" />
    <dependencies>
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
  </metadata>
</package>