Skip to content

Commit 1ea65b7

Browse files
authored
Merge pull request #67 from WeihanLi/ef8
ef 8.0.11
2 parents 1d8cd13 + c083c2e commit 1ea65b7

File tree

5 files changed

+13
-26
lines changed

5 files changed

+13
-26
lines changed

.github/stale.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,22 @@
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

build/version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

docs/ReleaseNotes.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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

0 commit comments

Comments
 (0)