Mangh.Metrology.UnitsOfMeasurement 1.0.1

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet new install Mangh.Metrology.UnitsOfMeasurement::1.0.1
This package contains a .NET Template Package you can call from the shell/command line.

Project template for Units of Measurement C# class library for .NET Core / Standard

Usage instructions:

  1. Install Mangh.Metrology.UnitsOfMeasurement NuGet package.
  dotnet new --install Mangh.Metrology.UnitsOfMeasurement
  1. Create unitsofmeasurement project in a PROJECT_FOLDER and PROJECT_NAMESPACE:
  md PROJECT_FOLDER
  cd PROJECT_FOLDER
  dotnet new unitsofmeasurement [-n PROJECT_NAMESPACE]
  1. To continue under Visual Studio IDE, attach the project to a Visual Studio solution:
  • open Visual Studio IDE,
  • create a new or select an existing solution,
  • right click the solution root folder (or a solution subfolder),
  • perform AddExisting Project...,
  • select the project created above.
  • .NETStandard 2.0

    • No dependencies.

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

Updated README, unit definitions reduced, scale.xslt template modified.