ExternalAnnotationsGenerator 2.0.0

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

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

Fluent Library for generating ReSharper External annotation files

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  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.

This package has 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
2.3.0 1,424 9/28/2015
2.2.0 1,107 9/25/2015
2.1.0 1,063 9/22/2015
2.0.0 1,087 9/21/2015
1.0.0 1,025 9/17/2015

Add xml documentation files to the package
Add pdb files to the package with
[SourceLink](https://ctaggart.github.io/SourceLink/).
`AnnotateType` has been renamed to `Annotate`.
Static methods in non-static types can now be annotated
[Issue #1](https://github.com/vbfox/ExternalAnnotationsGenerator/issues/1).
Static methods in static types can now be annotated
[Issue #2](https://github.com/vbfox/ExternalAnnotationsGenerator/issues/2).
Marker types `TClass` and `TStruct` added to standardize usage
[Issue #3](https://github.com/vbfox/ExternalAnnotationsGenerator/issues/3).
Fields can now be annotated
[Issue #6](https://github.com/vbfox/ExternalAnnotationsGenerator/issues/6).
Properties can now be annotated
[Issue #7](https://github.com/vbfox/ExternalAnnotationsGenerator/issues/7).
BUGFIX:** Ensure that complex generic imbrication of nested generic classes and
generic methods can be annotated.
[Issue #4](https://github.com/vbfox/ExternalAnnotationsGenerator/issues/4).