Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alekshura authored Sep 29, 2021
1 parent e70ecd9 commit e368c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ That is the main difference between `SourceMapper` and [Automapper](https://auto
Install using nuget package manager:

```console
Install-Package Compentio.SourceMapper -Version 0.0.2-beta
Install-Package Compentio.SourceMapper -Version 1.0.2-rc
```

or `.NET CLI`:

```console
dotnet add package Compentio.SourceMapper --version 0.0.2-beta
dotnet add package Compentio.SourceMapper --version 1.0.2-rc
```
In the project where it is installed add `OutputItemType="Analyzer"`.
For now Microsoft DependencyInjection extension class generated for adding mappers to container, so `Microsoft.Extensions.DependencyInjection`
Expand Down

0 comments on commit e368c81

Please sign in to comment.