Afterthought-forked 1.2.0

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

// Install Afterthought-forked as a Cake Tool
#tool nuget:?package=Afterthought-forked&version=1.2.0

Afterthought allows developers to post-process .NET assemblies to add code that either cannot be added
 to the original source or is not convenient/efficient to do so. Afterthought runs as a post-build step
 to process one or more assemblies. It discovers and processes amendments that you create or borrow from
 others. The amendments allow you to add or modify the behavior of constructors, properties, methods, or
 events, and add new fields and attributes. Amendments can also modify types to implement new interfaces.
 The modified assembly just includes simple static calls into existing code that you write in a natural
 and strongly-typed way when writing amendments. Assembly amendments support using Afterthought to modify
 an assembly without introducing a runtime dependency on Afterthought.
   
   This is a fork from the original Afterthought which handles nested types and a post-build event that
   works out of the box.

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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.1 2,440 1/20/2015
1.2.0 1,228 1/20/2015
1.1.9 2,092 10/9/2013
1.1.8 1,635 10/8/2013
1.1.7 1,413 10/8/2013
1.1.6 1,629 10/4/2013
1.1.5 1,369 10/3/2013
1.1.4 1,325 10/3/2013
1.1.3 1,416 10/3/2013
1.1.2 1,421 10/3/2013
1.1.1 1,426 10/3/2013
1.1.0 1,391 10/3/2013
1.0.9 1,386 10/3/2013
1.0.8 1,432 10/2/2013