We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5b5e4 commit 36359f7Copy full SHA for 36359f7
1 file changed
README.md
@@ -4,7 +4,6 @@ A C# .NET Standard library that allows to obtain the differences between two obj
4
5
The patching feature is specially useful when updating Entity Framework objects as it allows to update only those values that have really changed.
6
7
-<!--
8
## Installation
9
10
Using NuGet package manager console:
@@ -18,7 +17,6 @@ Using .NET CLI:
18
17
```
19
dotnet add package ObjDiff
20
21
--->
22
23
## Features
24
0 commit comments