Skip to content

Commit 2f2d231

Browse files
authored
Merge pull request #76 from EasyAbp/use-wechat-3.6.0-preview.1
Use EasyAbp.Abp.WeChat 3.6.0-preview.1
2 parents 29da2c4 + ebe289c commit 2f2d231

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v4
1313
with:
1414
persist-credentials: false
1515
fetch-depth: 0

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77
- release
88
jobs:
99
publish:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: NuGet/setup-nuget@v1
14-
- uses: actions/setup-dotnet@v3
12+
- uses: actions/checkout@v4
13+
- uses: NuGet/setup-nuget@v2
14+
- uses: actions/setup-dotnet@v4
1515
with:
1616
dotnet-version: '9.0.x'
1717

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
33
<AbpVersion>9.1.1</AbpVersion>
4-
<EasyAbpAbpWeChatModuleVersion>3.5.0</EasyAbpAbpWeChatModuleVersion>
4+
<EasyAbpAbpWeChatModuleVersion>3.6.0-preview.1</EasyAbpAbpWeChatModuleVersion>
55
</PropertyGroup>
66
</Project>

common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<LangVersion>latest</LangVersion>
4-
<Version>2.15.0</Version>
4+
<Version>2.16.0-preview.1</Version>
55
<NoWarn>$(NoWarn);CS1591</NoWarn>
66
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
77
<Authors>EasyAbp Team</Authors>

0 commit comments

Comments
 (0)