File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/RedisRateLimiting.AspNetCore Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
1313 uses : actions/checkout@v1
1414
1515 - name : Setup .NET Core @ Latest
16- uses : actions/setup-dotnet@v4
16+ uses : actions/setup-dotnet@v5
1717 with :
18- dotnet-version : ' 8 .0.x'
18+ dotnet-version : ' 10 .0.x'
1919
2020 - name : Build and Publish
2121 run : |
2222 cd ./src/RedisRateLimiting.AspNetCore/
23- dotnet pack -c Release -o artifacts -p:PackageVersion=1.2.0
23+ dotnet pack -c Release -o artifacts -p:PackageVersion=1.2.1
2424
2525 - name : Push
26- run : dotnet nuget push ./src/RedisRateLimiting.AspNetCore/artifacts/RedisRateLimiting.AspNetCore.1.2.0 .nupkg -k ${{ secrets.NUGET_APIKEY }} -s https://api.nuget.org/v3/index.json
26+ run : dotnet nuget push ./src/RedisRateLimiting.AspNetCore/artifacts/RedisRateLimiting.AspNetCore.1.2.1 .nupkg -k ${{ secrets.NUGET_APIKEY }} -s https://api.nuget.org/v3/index.json
Original file line number Diff line number Diff line change 1313 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1414 <RepositoryType >git</RepositoryType >
1515 <RepositoryUrl >https://github.com/cristipufu/aspnetcore-redis-rate-limiting</RepositoryUrl >
16- <Version >1.2.0 </Version >
16+ <Version >1.2.1 </Version >
1717 <ImplicitUsings >enable</ImplicitUsings >
1818 <PackageReadmeFile >README.md</PackageReadmeFile >
1919 </PropertyGroup >
3030 <ProjectReference Include =" ..\RedisRateLimiting\RedisRateLimiting.csproj" />
3131 </ItemGroup >
3232 <ItemGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
33- <PackageReference Include =" RedisRateLimiting" Version =" 1.2.0 " />
33+ <PackageReference Include =" RedisRateLimiting" Version =" 1.2.1 " />
3434 </ItemGroup >
3535</Project >
You can’t perform that action at this time.
0 commit comments