Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
30 lines (21 sloc)
726 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
v.5.0.1 | |
- Supports EntityFramework Core 6.0 | |
v.5.0.0 | |
- Add [IndexColumn] attribute. And deprecate [Index] attribute in this package to avoid conflict official [Index] attribute of EFCore v5. | |
v.3.2.0 | |
- Add support for "Includes" property of [Index] attribute | |
v.3.1.0 | |
- Supports EntityFramework Core v.3.1.0 | |
- Revert back to .NET Standard 2.0 | |
v.3.0.0 | |
- BREAKING CHANGE: supports EntityFramework Core v.3.0 | |
v.2.1.0 | |
- Add support [PrimaryKey] attribute. | |
v.2.0.1 | |
- Fix: Doesn't work with owned types on EF Core v.2.1, v.2.2. | |
v.2.0.0 | |
- Splitted [Index] attribute class to another package for detach the dependencies of EF Core from [Index] attribute. | |
v.1.0.2 | |
- Added support for Owned Entity Types. | |
v.1.0.0 | |
- 1st release. |