From d7f2717d29e92c0b77e9d873ed5e46aae8319896 Mon Sep 17 00:00:00 2001 From: Weihan Li <7604648+WeihanLi@users.noreply.github.com> Date: Sun, 13 Oct 2024 08:14:41 +0800 Subject: [PATCH 1/4] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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 From e0ed2fcdb512b1a2145564d3096a17732b8c85e0 Mon Sep 17 00:00:00 2001 From: Weihan Li <7604648+WeihanLi@users.noreply.github.com> Date: Sun, 13 Oct 2024 08:15:22 +0800 Subject: [PATCH 2/4] Delete .github/stale.yml --- .github/stale.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/stale.yml 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 From 142c9a6206a481badbeda292a9c83cadab289b88 Mon Sep 17 00:00:00 2001 From: Weihan Li <7604648+WeihanLi@users.noreply.github.com> Date: Sun, 13 Oct 2024 08:16:16 +0800 Subject: [PATCH 3/4] Update ReleaseNotes.md --- docs/ReleaseNotes.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 From 23374b15f011b4dc51b0970d2af11ea756ec3710 Mon Sep 17 00:00:00 2001 From: Weihan Li Date: Wed, 13 Nov 2024 08:21:27 +0800 Subject: [PATCH 4/4] patch 8.0.11 --- Directory.Build.props | 2 +- build/version.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/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)