You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Description>An extension for EntityFrameworkCore that provides Auditing, Concurrency Checks, JSON Complex Types and writing history to Transaction Log.</Description>
Copy file name to clipboardExpand all lines: EntityFramework.CommonTools/EntityFramework.CommonTools.nuspec
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
<package >
3
3
<metadata>
4
4
<id>EntityFramework.CommonTools</id>
5
-
<version>2.0.0</version>
5
+
<version>2.0.1</version>
6
6
<summary>Auditing, Concurrency Checks, JSON properties and Transaction Logs for EntityFramework</summary>
7
7
<description>An extension for EntityFramework that provides Auditing, Concurrency Checks, storing complex types as JSON and storing history of all changes from DbContext to Transaction Log.</description>
0 commit comments