Skip to content

Commit 0f70072

Browse files
author
Dmitry Panyushkin
authored
Update README.md
1 parent 9f982ff commit 0f70072

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Extension for EntityFramework and EntityFramework Core that provides: Expandable
1616
* [DbContext Extensions (EF 6 only)](#ef-6-only)
1717
* [Usage with EntityFramework Core](#ef-core-usage)
1818
* [Usage with EntityFramework 6](#ef-6-usage)
19-
* [ChangeLog](#changelog)
19+
* [Changelog](#changelog)
2020

2121
### NuGet
2222
```
@@ -808,14 +808,12 @@ class MyDbContext : DbContext
808808

809809
<hr>
810810

811-
# <a name="changelog"></a> ChangeLog
811+
# <a name="changelog"></a> Changelog
812812
All notable changes to this project will be documented in this file.
813813

814814
The format is based on [Keep a Changelog](http://keepachangelog.com/)
815815
and this project adheres to [Semantic Versioning](http://semver.org/).
816816

817-
## [Unreleased]
818-
819817
## [2.0.0] - 2018-03-23
820818
### Added
821819
- EFCore 2.0 support
@@ -825,7 +823,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
825823
- `ICreationAuditable.CreatorUser` renamed to `CreatorUserId`
826824
- `IModificationAuditable.UpdaterUser` renamed to `UpdaterUserId`
827825
- `IDeletionAuditable.DeleterUser` renamed to `DeleterUserId`
828-
See #1.
826+
827+
See [#1](https://github.com/gnaeus/EntityFramework.CommonTools/issues/1).
829828

830829
For compatibility issues you still can use these interfaces:
831830
```cs
@@ -854,6 +853,5 @@ public interface IFullAuditableV1 : IFullTrackable,
854853
### Added
855854
Initial project version.
856855

857-
[Unreleased]: https://github.com/gnaeus/EntityFramework.CommonTools/compare/2.0.0...HEAD
858856
[2.0.0]: https://github.com/gnaeus/EntityFramework.CommonTools/compare/1.0.0...2.0.0
859857
[1.0.0]: https://github.com/gnaeus/EntityFramework.CommonTools/tree/1.0.0

0 commit comments

Comments
 (0)