File tree Expand file tree Collapse file tree 4 files changed +17
-23
lines changed
src/SimpleAuthentication.Abstractions Expand file tree Collapse file tree 4 files changed +17
-23
lines changed Original file line number Diff line number Diff line change 11name : Publish SimpleAuthentication on NuGet
22
33permissions :
4- contents : read
5- packages : write
6- actions : write
4+ contents : write
75
86on :
97 push :
@@ -47,11 +45,11 @@ jobs:
4745 run : dotnet nuget push *.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
4846
4947 - name : Create release
50- uses : actions/create- release@v1
48+ uses : softprops/action-gh- release@v2
5149 env :
52- GITHUB_TOKEN : ${{ secrets.RELEASE_TOKEN }}
50+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5351 with :
5452 tag_name : v${{ steps.nbgv.outputs.NuGetPackageVersion }}
55- release_name : ${{ env.RELEASE_NAME }} ${{ steps.nbgv.outputs.NuGetPackageVersion }}
53+ name : ${{ env.RELEASE_NAME }} ${{ steps.nbgv.outputs.NuGetPackageVersion }}
5654 draft : false
5755 prerelease : false
Original file line number Diff line number Diff line change 11name : Publish Abstractions on NuGet
22
33permissions :
4- contents : read
5- packages : write
6- actions : write
4+ contents : write
75
86on :
97 push :
@@ -48,11 +46,11 @@ jobs:
4846 run : dotnet nuget push *.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
4947
5048 - name : Create release
51- uses : actions/create- release@v1
49+ uses : softprops/action-gh- release@v2
5250 env :
53- GITHUB_TOKEN : ${{ secrets.RELEASE_TOKEN }}
51+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5452 with :
55- tag_name : ${{ env.TAG_NAME }}_v ${{ steps.nbgv.outputs.NuGetPackageVersion }}
56- release_name : ${{ env.RELEASE_NAME }} ${{ steps.nbgv.outputs.NuGetPackageVersion }}
53+ tag_name : v ${{ steps.nbgv.outputs.NuGetPackageVersion }}
54+ name : ${{ env.RELEASE_NAME }} ${{ steps.nbgv.outputs.NuGetPackageVersion }}
5755 draft : false
5856 prerelease : false
Original file line number Diff line number Diff line change 11name : Publish Swashbuckle for Simple Authentication on NuGet
22
33permissions :
4- contents : read
5- packages : write
6- actions : write
4+ contents : write
75
86on :
97 push :
@@ -48,11 +46,11 @@ jobs:
4846 run : dotnet nuget push *.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
4947
5048 - name : Create release
51- uses : actions/create- release@v1
49+ uses : softprops/action-gh- release@v2
5250 env :
53- GITHUB_TOKEN : ${{ secrets.RELEASE_TOKEN }}
51+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5452 with :
55- tag_name : ${{ env.TAG_NAME }}_v ${{ steps.nbgv.outputs.NuGetPackageVersion }}
56- release_name : ${{ env.RELEASE_NAME }} ${{ steps.nbgv.outputs.NuGetPackageVersion }}
53+ tag_name : v ${{ steps.nbgv.outputs.NuGetPackageVersion }}
54+ name : ${{ env.RELEASE_NAME }} ${{ steps.nbgv.outputs.NuGetPackageVersion }}
5755 draft : false
5856 prerelease : false
Original file line number Diff line number Diff line change 2828 </ItemGroup >
2929
3030 <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
31- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 8.0.22 " />
31+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 8.0.23 " />
3232 </ItemGroup >
3333
3434 <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
35- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 9.0.11 " />
35+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 9.0.12 " />
3636 </ItemGroup >
3737
3838 <ItemGroup Condition =" '$(TargetFramework)' == 'net10.0'" >
39- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 10.0.1 " />
39+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 10.0.2 " />
4040 </ItemGroup >
4141
4242 <ItemGroup >
You can’t perform that action at this time.
0 commit comments