Afterthought 1.0.8

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

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

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.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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
1.0.8 6,113 6/27/2011
1.0.7 2,411 5/5/2011
1.0.6 2,455 5/3/2011
1.0.5 2,414 4/29/2011
1.0.4 2,502 4/15/2011
1.0.3 2,448 4/15/2011
1.0.2 2,323 4/12/2011
1.0.1 2,537 4/8/2011