ApiApprover 2.0.0

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

// Install ApiApprover as a Cake Tool
#tool nuget:?package=ApiApprover&version=2.0.0

Simply add this package to add a test which generates a string of your public API, then sends it to Approval Tests to approve any public API changes.
   
Don't accidently miss a breaking API change and break semantic versioning again.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on ApiApprover:

Repository Stars
Humanizr/Humanizer
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
SonarSource/sonar-dotnet
Code analyzer for C# and VB.NET projects
akkadotnet/HOCON
C# implementation of Lightbend's HOCON (Human-Optimized Object Configuration Notation)
Version Downloads Last updated
9.3.0 91,743 8/2/2019
9.2.0 1,407 8/2/2019
9.1.0 1,465 6/30/2019
9.0.0 1,536 6/13/2019
9.0.0-beta0003 1,370 3/31/2019
9.0.0-beta0002 1,329 3/29/2019
9.0.0-beta0001 1,146 3/29/2019
8.1.0 3,718 1/7/2019
8.0.1 2,679 9/23/2018
8.0.0 2,848 7/24/2018
7.1.0 3,444 7/18/2018
7.0.1 3,878 5/7/2018
7.0.0 2,755 3/10/2018
6.6.0 2,784 3/9/2018
6.5.2 2,837 3/8/2018
6.5.1 2,964 3/7/2018
6.5.0 2,643 11/17/2017
6.4.0 2,610 10/10/2017
6.1.0-beta2 2,467 5/22/2017
6.1.0-beta1 2,720 5/15/2017
6.0.0 8,211 12/14/2016
5.0.0 3,580 11/21/2016
4.2.0 3,171 11/2/2016
4.1.0 2,856 10/6/2016
3.0.1 54,298 3/13/2015
3.0.0 3,584 1/27/2015
2.0.0 3,159 4/24/2014
1.1.0 5,817 3/8/2012
1.0.0 3,293 2/20/2012

Rewritten to use Mono.Cecil to read assembly metadata, switched to library package rather than content package.
   
Updated to output assembly attributes, classes, nested classes, generics, delegates, interfaces, attributes, events, default values, constant values and co- and contra-variance.