mirror of
https://github.com/greenshot/greenshot.git
synced 2025-01-24 14:12:52 -08:00
11 lines
837 B
Markdown
11 lines
837 B
Markdown
# Dapplo.Addons
|
|
|
|
By using Dapplo.Addons you can make your application modular, compose it together (composition)
|
|
|
|
- Documentation can be found [here](http://www.dapplo.net/blocks/Dapplo.Addons) (later!!)
|
|
- Current build status: [![Build status](https://ci.appveyor.com/api/projects/status/bem7losuu07ywvyr?svg=true)](https://ci.appveyor.com/project/dapplo/dapplo-addons)
|
|
- Coverage Status: [![Coverage Status](https://coveralls.io/repos/github/dapplo/Dapplo.Addons/badge.svg?branch=master)](https://coveralls.io/github/dapplo/Dapplo.Addons?branch=master)
|
|
- NuGet package: [![NuGet package](https://badge.fury.io/nu/Dapplo.Addons.svg)](https://badge.fury.io/nu/Dapplo.Addons)
|
|
|
|
This is not an implementation of a dependency injection framework, but makes it easy to use Microsoft's MEF which is build in into the .NET Framework.
|