1
- AppCore .NET Data
1
+ AppCore .NET Mediator
2
2
-----------------
3
3
4
- ![ Nuget] ( https://img.shields.io/nuget/v/AppCoreNet.Data .Abstractions )
5
- ![ MyGet] ( https://img.shields.io/myget/appcorenet/vpre/AppCoreNet.Data .Abstractions?label=myget )
4
+ ![ Nuget] ( https://img.shields.io/nuget/v/AppCoreNet.Mediator .Abstractions )
5
+ ![ MyGet] ( https://img.shields.io/myget/appcorenet/vpre/AppCoreNet.Mediator .Abstractions?label=myget )
6
6
7
- This repository includes projects containing abstractions and implementations of the persistence framework.
7
+ This repository includes projects containing abstractions and implementations of the mediator framework.
8
8
9
9
All artifacts are licensed under the [ MIT license] ( LICENSE ) . You are free to use them in open-source or commercial projects as long
10
10
as you keep the copyright notice intact when redistributing or otherwise reusing our artifacts.
@@ -13,14 +13,12 @@ as you keep the copyright notice intact when redistributing or otherwise reusing
13
13
14
14
Latest development packages can be found on [ MyGet] ( https://www.myget.org/gallery/appcorenet ) .
15
15
16
- | Package | Description |
17
- | ---------------------------------------| ---------------------------------------------------------|
18
- | ` AppCoreNet.Data ` | Provides persistence framework default implementations. |
19
- | ` AppCoreNet.Data.Abstractions ` | Provides the public API of the persistence framework. |
20
- | ` AppCoreNet.Data.EntityFrameworkCore ` | Adds support for EntityFramework Core. |
21
- | ` AppCoreNet.Data.MongoDB ` | Adds support for Mongo DB. |
22
- | ` AppCoreNet.Data.AutoMapper ` | Adds support for mapping entities using AutoMapper. |
23
-
16
+ | Package | Description |
17
+ | ----------------------------------------------------| ------------------------------------------------------|
18
+ | ` AppCoreNet.Mediator ` | Provides mediator framework default implementations. |
19
+ | ` AppCoreNet.Mediator.Abstractions ` | Provides the public API of the mediator framework. |
20
+ | ` AppCoreNet.Mediator.Authentication ` | Adds support for request authentication. |
21
+ | ` AppCoreNet.Mediator.Authentication.Abstractions ` | Provides the public API for request authentication. |
24
22
25
23
## Contributing
26
24
0 commit comments