Skip to content

Commit 63f1f67

Browse files
committed
Fixed link to nuget in readme.
1 parent 73c8ac2 commit 63f1f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ManualMappingGuard
22

3-
![Nuget](https://img.shields.io/nuget/v/ManualMappingGuard)
3+
[![Nuget](https://img.shields.io/nuget/v/ManualMappingGuard)](https://www.nuget.org/packages/ManualMappingGuard)
44

55
Applications are often required to map data between different models, e.g. from a domain model to a view model or a DTO. There are libraries like [AutoMapper](https://automapper.org/) for such jobs, however the use of reflection has some drawbacks: navigating and debugging mapping code becomes much harder.
66

0 commit comments

Comments
 (0)