Skip to content

Commit ae3fe29

Browse files
committed
包更新
修改actions文件
1 parent 2af7c19 commit ae3fe29

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- name: Build with dotnet
2020
run: dotnet build --configuration Release src/RabbitMQ.EventBus.AspNetCore
2121
- name: Pack
22-
run: dotnet pack src/RabbitMQ.EventBus.AspNetCore -c Release --include-symbols --include-source -o artifacts/
22+
run: dotnet pack src/RabbitMQ.EventBus.AspNetCore -c Release --include-symbols --include-source -p:PackageVersion=3.1.$GITHUB_RUN_NUMBER -o artifacts/
2323
- name: Publish Symbols to NuGet
2424
run: dotnet nuget push artifacts/*.symbols.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json

src/RabbitMQ.EventBus.AspNetCore/RabbitMQ.EventBus.AspNetCore.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222

2323
<ItemGroup>
2424
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
25-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.3" />
26-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.3" />
27-
<PackageReference Include="Polly" Version="7.2.0" />
28-
<PackageReference Include="RabbitMQ.Client" Version="6.0.0" />
29-
<PackageReference Include="System.Text.Json" Version="4.7.1" />
25+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.5" />
26+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.5" />
27+
<PackageReference Include="Polly" Version="7.2.1" />
28+
<PackageReference Include="RabbitMQ.Client" Version="6.1.0" />
29+
<PackageReference Include="System.Text.Json" Version="4.7.2" />
3030
</ItemGroup>
3131

3232
<ItemGroup>

0 commit comments

Comments
 (0)