From bb56a1531cc3340d1b91a85201386c571b4e3b71 Mon Sep 17 00:00:00 2001 From: gdlcf88 Date: Sat, 9 Sep 2023 19:36:43 +0800 Subject: [PATCH] Change version to 5.0.0-preview.4 --- common.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.props b/common.props index 7a91ff68..71f4b8fb 100644 --- a/common.props +++ b/common.props @@ -1,7 +1,7 @@ latest - 5.0.0-preview.3 + 5.0.0-preview.4 $(NoWarn);CS1591 true EasyAbp Team