From e8519835802e7bea200f68d17e31b9fae08d47c3 Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 16 Sep 2024 09:59:42 +0800 Subject: [PATCH] upgrade(abp): upgrade abp to 8.2.2 --- .github/workflows/publish.yml | 2 +- .github/workflows/release.yml | 4 ++-- Directory.Packages.props | 4 ++-- common.props | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 298cedf97..39aa5df43 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,7 +2,7 @@ name: "Publish" on: push: - branches: [ rel-8.2.1 ] + branches: [ rel-8.2.2 ] env: DOTNET_VERSION: "8.0.200" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f79607f8c..a145049b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: "Tagged Release" on: push: - branches: [ rel-8.2.1 ] + branches: [ rel-8.2.2 ] jobs: tagged-release: @@ -14,4 +14,4 @@ jobs: with: repo_token: "${{ secrets.GITHUB_TOKEN }}" prerelease: false - automatic_release_tag: "8.2.1" + automatic_release_tag: "8.2.2" diff --git a/Directory.Packages.props b/Directory.Packages.props index 10c4af09f..ca0339a4c 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -2,8 +2,8 @@ 8.2.0 2.14.1 - 8.2.1 - 8.2.1 + 8.2.2 + 8.2.2 8.0.0 8.0.0 8.0.0 diff --git a/common.props b/common.props index c299ae39b..49e6ba98f 100644 --- a/common.props +++ b/common.props @@ -1,12 +1,12 @@ latest - 8.2.1 + 8.2.2 colin $(NoWarn);CS1591;CS0436;CS8618;NU1803 https://github.com/colinin/abp-next-admin $(SolutionDir)LocalNuget - 8.2.1 + 8.2.2 MIT git https://github.com/colinin/abp-next-admin