EdCanHack.Exor.Core 2.0.0-pre3

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

// Install EdCanHack.Exor.Core as a Cake Tool
#tool nuget:?package=EdCanHack.Exor.Core&version=2.0.0-pre3&prerelease

Exor.Core is a simple, attribute-driven extension framework. Implemented as a PCL
       for cross-platform usage, Exor.Core allows you to define type mappings in a deferred
       manner, i.e. types defined in BaseModule can be subclassed in AddinModule and
       those subtypes loaded in response to a string-based attribute key.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 76 4/26/2015
2.0.0-pre4 46 1/4/2015
2.0.0-pre3 41 12/24/2014
1.0.0 91 11/30/2014

2.0.0-pre3: Minor API changes to support an update to Common.Logging 3.0.0-alpha. ExtensionLoader now requires you to pass into it an ILog.
1.0.0: Initial release.