AppTonic 0.2.4-pre

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

// Install AppTonic as a Cake Tool
#tool nuget:?package=AppTonic&version=0.2.4-pre&prerelease

AppTonic is a lightweight .NET framework for building loosely coupled application services. Using a simple message-based mediator called the AppDispatcher, AppTonic seperates your application logic from your web framework, UI, or messaging system. The resulting application logic is organized by use case, not how methods are grouped in an interface, creating easily testable, maintainable and extensiable code.

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

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on AppTonic:

Package Downloads
AppTonic.CommonServiceLocator

Common Service Locator integration for AppTonic

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.4-pre 1,152 10/26/2014
0.2.3-alpha 1,013 10/22/2014