Add badges.
This commit is contained in:
parent
c2088c540e
commit
dee3e741c4
|
@ -1,9 +1,14 @@
|
|||
# MapTo
|
||||
![Nuget](https://img.shields.io/nuget/v/mapto?logo=nuget)
|
||||
![Publish Packages](https://github.com/mrtaikandi/MapTo/workflows/Publish%20Packages/badge.svg)
|
||||
|
||||
|
||||
|
||||
An object to object mapping generator using using [Roslyn source generator](https://github.com/dotnet/roslyn/blob/master/docs/features/source-generators.md).
|
||||
|
||||
## Installation
|
||||
```
|
||||
dotnet add package MapTo
|
||||
dotnet add package MapTo --prerelease
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
|
Loading…
Reference in New Issue