Skip to content

Commit

Permalink
Upgrade to ABP 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlcf88 committed May 3, 2023
1 parent 86b88d2 commit f27de85
Show file tree
Hide file tree
Showing 8 changed files with 2,714 additions and 134 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -6,7 +6,7 @@ on:
- main
jobs:
publish:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: NuGet/setup-nuget@v1
Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
@@ -1,8 +1,8 @@
<Project>
<PropertyGroup>

<AbpVersion>7.1.0</AbpVersion>
<EasyAbpAbpTencentCloudModuleVersion>1.10.0</EasyAbpAbpTencentCloudModuleVersion>
<AbpVersion>7.2.1</AbpVersion>
<EasyAbpAbpTencentCloudModuleVersion>1.11.0</EasyAbpAbpTencentCloudModuleVersion>

</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion common.props
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>1.6.0</Version>
<Version>1.7.0</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>EasyAbp Team</Authors>
Expand Down

0 comments on commit f27de85

Please sign in to comment.