Skip to content

Commit 546d698

Browse files
Merge pull request #38 from myvas/upgrade-to-rc.4
Upgrade to rc.4
2 parents a95fe66 + eee8a75 commit 546d698

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
name: build-and-test (reusable workflow)
55
permissions:
66
contents: read
7-
pull-requests: write
8-
97
on:
108
workflow_call:
119
inputs:

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
name: test
55
permissions:
66
contents: read
7-
pull-requests: write
87
on:
98
workflow_dispatch:
109
push:

src/MvcDemo/Demo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<PackageReference Include="Myvas.AspNetCore.Authentication.WeixinOpen" Version="9.0.*" />
2828
<PackageReference Include="Myvas.AspNetCore.TencentSms" Version="9.0.*" />
2929
<PackageReference Include="Myvas.AspNetCore.ViewDivert" Version="9.0.*" />
30-
<PackageReference Include="Myvas.AspNetCore.Weixin" Version="9.0.0-rc.*" />
30+
<PackageReference Include="Myvas.AspNetCore.Weixin" Version="9.0.0-rc.5" />
3131
<PackageReference Include="Serilog.AspNetCore" Version="9.0.*" />
3232
</ItemGroup>
3333

0 commit comments

Comments
 (0)