diff --git a/.github/stale.yml b/.github/stale.yml
deleted file mode 100644
index 872c4f5..0000000
--- a/.github/stale.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-# Number of days of inactivity before an issue becomes stale
-daysUntilStale: 30
-# Number of days of inactivity before a stale issue is closed
-daysUntilClose: 7
-# Issues with these labels will never be considered stale
-exemptLabels:
- - pinned
- - security
-# Label to use when marking an issue as stale
-staleLabel: wontfix
-# Comment to post when marking an issue as stale. Set to `false` to disable
-markComment: >
- This issue has been automatically marked as stale because it has not had
- recent activity. It will be closed if no further activity occurs. Thank you
- for your contributions.
-# Comment to post when closing a stale issue. Set to `false` to disable
-closeComment: false
\ No newline at end of file
diff --git a/Directory.Build.props b/Directory.Build.props
index d7e1781..367003f 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -7,7 +7,7 @@
enable
enable
1.0.71
- 8.0.10
+ 8.0.11
true
true
diff --git a/README.md b/README.md
index 02ab971..00aa2ba 100644
--- a/README.md
+++ b/README.md
@@ -14,21 +14,22 @@
## Package Release Notes
-See PRs for details
+See Releases/PRs for details
-https://github.com/WeihanLi/WeihanLi.EntityFramework/pulls?q=is%3Apr+is%3Aclosed+is%3Amerged+base%3Amaster
+- Releases: https://github.com/WeihanLi/WeihanLi.EntityFramework/releases
+- PRs: https://github.com/WeihanLi/WeihanLi.EntityFramework/pulls?q=is%3Apr+is%3Aclosed+is%3Amerged+base%3Amaster
> Package Versions
>
-> For EF Core 2.x , use 1.4.x and below
+> For EF 8 and above, use 8.x or above major-version matched versions
>
-> For EF Core 3.x, use 1.5.0 above, and 2.0.0 below
+> For EF 7, use 3.x
>
> For EF Core 5/6, use 2.x
>
-> For EF 7, use 3.x
+> For EF Core 3.x, use 1.5.0 above, and 2.0.0 below
>
-> For EF 8 and above, use 8.x or above major-version matched versions
+> For EF Core 2.x , use 1.4.x and below
## Features
diff --git a/build/version.props b/build/version.props
index 879344c..3e01eae 100644
--- a/build/version.props
+++ b/build/version.props
@@ -2,7 +2,7 @@
8
0
- 10
+ 11
0
$(VersionMajor).$(VersionMinor).$(VersionPatch)
$(VersionMajor).$(VersionMinor).$(VersionPatch).$(VersionRevision)
diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md
index 6c0d49c..3c0c2e6 100644
--- a/docs/ReleaseNotes.md
+++ b/docs/ReleaseNotes.md
@@ -1,6 +1,9 @@
# Release Notes
-More changes: https://github.com/WeihanLi/WeihanLi.EntityFramework/pulls?q=is%3Apr+is%3Aclosed
+More changes:
+
+- Releases: https://github.com/WeihanLi/WeihanLi.EntityFramework/releases
+- PRs: https://github.com/WeihanLi/WeihanLi.EntityFramework/pulls?q=is%3Apr+is%3Aclosed+is%3Amerged+base%3Amaster
## WeihanLi.EntityFramework