Ampere 0.1.0

dotnet add package Ampere --version 0.1.0
NuGet\Install-Package Ampere -Version 0.1.0
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="Ampere" Version="0.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ampere --version 0.1.0
#r "nuget: Ampere, 0.1.0"
#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 Ampere as a Cake Addin
#addin nuget:?package=Ampere&version=0.1.0

// Install Ampere as a Cake Tool
#tool nuget:?package=Ampere&version=0.1.0

Ampere

Ampere is a robust .NET utility library written in C#. It's main purpose is to make development more productive and easier. The Ampere docs can be found at https://powerplug.me

Execution

Add the dependency to your project with NuGet

You can install the latest release with NuGet by clicking Managing NuGet Packages... under your Visual Studio project name. Browse for the project by typing Ampere, view the information, and choose the version you would like to install.

Install from GitHub Releases

The latest zip release can be found under the GitHub Releases Page. You can use the Ampere.dll binary and add it as a dependency within your Visual Studio project.

Contributing

We are actively looking for contributors to work on all aspects of the code base ― from documentation to building a variety of utilities. For more information on how to contribute, view our CONTRIBUTING.md

Building Ampere

Prerequisites:

  • Visual Studio 2017 or Later OR VSCode
  • .NET 5 (with .NET Core)

The default language setting for this project is C# 9.0. The project can be built using dotnet build and the output will display the AssemblyPath.

Documentation

There are two components to Ampere documentation:

  1. Assembly Documentation
  2. Miscellaneous Documentation (README.md, Wiki's, Discussions, etc...)

All Ampere methods are documented using .NET XML documentation. This is compiled using DocFX with the docfx.json file under the DocFX folder. DocFX creates static HTML pages which are used by https://powerplug.me. Lastly, as a fluid repository, many files change and constantly need to be documented and updated.

Roadmap

There are two planned releases - the latest being by July 2021:

  • 0.1.0 - First full release of Ampere
  • 0.2.0 - Additional statistics data analysis tools.

State

Ampere is a very fluid project and you may encounter issues during execution, especially for preleases. To report an issue visit, Ampere Issues, or to contribute, view the contribution guidelines.

Licensing

Ampere is licensed under the GNU General Public License v3.0. The GNU General Public License is a free, copyleft license for software and other kinds of works.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net5.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
0.1.0 377 2/4/2021

Initial Release of the Ampere Library