Show / Hide Table of Contents

How to use the library?

Amplifier.NET is available on Nuget. Use the following to install in your project

Install-Package Amplifier.NET

If you have created .NET core application, you can add using command line:

dotnet add package Amplifier.NET

Nuget: https://www.nuget.org/packages/Amplifier.NET/

Build from source

  • Fork the git project: https://github.com/tech-quantum/Amplifier.NET
  • Open the Amplifier.NET using VS 2017 and above
  • Build the project with Debug|Release Any CPU mode
  • Improve this Doc
Back to top Generated by DocFX