Skip to content

Commit 064971a

Browse files
committed
Updated README.
1 parent 23f728c commit 064971a

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
AppCore .NET Data
1+
AppCore .NET Mediator
22
-----------------
33

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)
66

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.
88

99
All artifacts are licensed under the [MIT license](LICENSE). You are free to use them in open-source or commercial projects as long
1010
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
1313

1414
Latest development packages can be found on [MyGet](https://www.myget.org/gallery/appcorenet).
1515

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. |
2422

2523
## Contributing
2624

0 commit comments

Comments
 (0)