@@ -16,7 +16,7 @@ Extension for EntityFramework and EntityFramework Core that provides: Expandable
16
16
* [ DbContext Extensions (EF 6 only)] ( #ef-6-only )
17
17
* [ Usage with EntityFramework Core] ( #ef-core-usage )
18
18
* [ Usage with EntityFramework 6] ( #ef-6-usage )
19
- * [ ChangeLog ] ( #changelog )
19
+ * [ Changelog ] ( #changelog )
20
20
21
21
### NuGet
22
22
```
@@ -808,14 +808,12 @@ class MyDbContext : DbContext
808
808
809
809
<hr >
810
810
811
- # <a name =" changelog " ></a > ChangeLog
811
+ # <a name =" changelog " ></a > Changelog
812
812
All notable changes to this project will be documented in this file.
813
813
814
814
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
815
815
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
816
816
817
- ## [ Unreleased]
818
-
819
817
## [ 2.0.0] - 2018-03-23
820
818
### Added
821
819
- EFCore 2.0 support
@@ -825,7 +823,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
825
823
- ` ICreationAuditable.CreatorUser ` renamed to ` CreatorUserId `
826
824
- ` IModificationAuditable.UpdaterUser ` renamed to ` UpdaterUserId `
827
825
- ` IDeletionAuditable.DeleterUser ` renamed to ` DeleterUserId `
828
- See #1 .
826
+
827
+ See [ #1 ] ( https://github.com/gnaeus/EntityFramework.CommonTools/issues/1 ) .
829
828
830
829
For compatibility issues you still can use these interfaces:
831
830
``` cs
@@ -854,6 +853,5 @@ public interface IFullAuditableV1 : IFullTrackable,
854
853
### Added
855
854
Initial project version.
856
855
857
- [ Unreleased ] : https://github.com/gnaeus/EntityFramework.CommonTools/compare/2.0.0...HEAD
858
856
[ 2.0.0 ] : https://github.com/gnaeus/EntityFramework.CommonTools/compare/1.0.0...2.0.0
859
857
[ 1.0.0 ] : https://github.com/gnaeus/EntityFramework.CommonTools/tree/1.0.0
0 commit comments