File tree Expand file tree Collapse file tree 5 files changed +13
-26
lines changed
Expand file tree Collapse file tree 5 files changed +13
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77 <ImplicitUsings >enable</ImplicitUsings >
88 <Nullable >enable</Nullable >
99 <CommonVersion >1.0.71</CommonVersion >
10- <EFVersion >8.0.10 </EFVersion >
10+ <EFVersion >8.0.11 </EFVersion >
1111
1212 <PublishRepositoryUrl >true</PublishRepositoryUrl >
1313 <EmbedUntrackedSources >true</EmbedUntrackedSources >
Original file line number Diff line number Diff line change 1414
1515## Package Release Notes
1616
17- See PRs for details
17+ See Releases/ PRs for details
1818
19- https://github.com/WeihanLi/WeihanLi.EntityFramework/pulls?q=is%3Apr+is%3Aclosed+is%3Amerged+base%3Amaster
19+ - Releases: https://github.com/WeihanLi/WeihanLi.EntityFramework/releases
20+ - PRs: https://github.com/WeihanLi/WeihanLi.EntityFramework/pulls?q=is%3Apr+is%3Aclosed+is%3Amerged+base%3Amaster
2021
2122> Package Versions
2223>
23- > For EF Core 2.x , use 1.4.x and below
24+ > For EF 8 and above , use 8.x or above major-version matched versions
2425>
25- > For EF Core 3.x , use 1.5.0 above, and 2.0.0 below
26+ > For EF 7 , use 3.x
2627>
2728> For EF Core 5/6, use 2.x
2829>
29- > For EF 7 , use 3.x
30+ > For EF Core 3.x , use 1.5.0 above, and 2.0.0 below
3031>
31- > For EF 8 and above , use 8.x or above major-version matched versions
32+ > For EF Core 2.x , use 1.4.x and below
3233
3334## Features
3435
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <VersionMajor >8</VersionMajor >
44 <VersionMinor >0</VersionMinor >
5- <VersionPatch >10 </VersionPatch >
5+ <VersionPatch >11 </VersionPatch >
66 <VersionRevision >0</VersionRevision >
77 <VersionPrefix Condition =" '$(VersionRevision)'=='0' or '$(VersionRevision)'==''" >$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix >
88 <VersionPrefix Condition =" '$(VersionRevision)'!='0'" >$(VersionMajor).$(VersionMinor).$(VersionPatch).$(VersionRevision)</VersionPrefix >
Original file line number Diff line number Diff line change 11# Release Notes
22
3- More changes: https://github.com/WeihanLi/WeihanLi.EntityFramework/pulls?q=is%3Apr+is%3Aclosed
3+ More changes:
4+
5+ - Releases: https://github.com/WeihanLi/WeihanLi.EntityFramework/releases
6+ - PRs: https://github.com/WeihanLi/WeihanLi.EntityFramework/pulls?q=is%3Apr+is%3Aclosed+is%3Amerged+base%3Amaster
47
58## WeihanLi.EntityFramework
69
You can’t perform that action at this time.
0 commit comments