Skip to content

Commit 86c3ba1

Browse files
committed
Upgrade to ABP 9.1.1
1 parent 7664058 commit 86c3ba1

File tree

23 files changed

+4979
-531
lines changed

23 files changed

+4979
-531
lines changed

Directory.Build.props

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<Project>
22
<PropertyGroup>
3-
4-
<AbpVersion>9.0.2</AbpVersion>
5-
<EasyAbpPrivateMessagingModuleVersion>2.9.0</EasyAbpPrivateMessagingModuleVersion>
6-
<EasyAbpAbpWeChatModuleVersion>3.4.0</EasyAbpAbpWeChatModuleVersion>
7-
3+
<AbpVersion>9.1.1</AbpVersion>
4+
<EasyAbpPrivateMessagingModuleVersion>2.10.0</EasyAbpPrivateMessagingModuleVersion>
5+
<EasyAbpAbpWeChatModuleVersion>3.5.0</EasyAbpAbpWeChatModuleVersion>
86
</PropertyGroup>
9-
</Project>
7+
</Project>

common.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<LangVersion>latest</LangVersion>
4-
<Version>3.2.0</Version>
4+
<Version>3.3.0</Version>
55
<NoWarn>$(NoWarn);CS1591</NoWarn>
66
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
77
<Authors>EasyAbp Team</Authors>
@@ -27,3 +27,4 @@
2727
</ItemGroup>
2828

2929
</Project>
30+

0 commit comments

Comments
 (0)