Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Panyushkin authored Mar 23, 2018
1 parent 9f982ff commit 0f70072
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Extension for EntityFramework and EntityFramework Core that provides: Expandable
* [DbContext Extensions (EF 6 only)](#ef-6-only)
* [Usage with EntityFramework Core](#ef-core-usage)
* [Usage with EntityFramework 6](#ef-6-usage)
* [ChangeLog](#changelog)
* [Changelog](#changelog)

### NuGet
```
Expand Down Expand Up @@ -808,14 +808,12 @@ class MyDbContext : DbContext

<hr>

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

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

## [Unreleased]

## [2.0.0] - 2018-03-23
### Added
- EFCore 2.0 support
Expand All @@ -825,7 +823,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `ICreationAuditable.CreatorUser` renamed to `CreatorUserId`
- `IModificationAuditable.UpdaterUser` renamed to `UpdaterUserId`
- `IDeletionAuditable.DeleterUser` renamed to `DeleterUserId`
See #1.

See [#1](https://github.com/gnaeus/EntityFramework.CommonTools/issues/1).

For compatibility issues you still can use these interfaces:
```cs
Expand Down Expand Up @@ -854,6 +853,5 @@ public interface IFullAuditableV1 : IFullTrackable,
### Added
Initial project version.

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

0 comments on commit 0f70072

Please sign in to comment.