File tree Expand file tree Collapse file tree
System.Text.Json.Extensions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 if-no-files-found : error
5252
5353 - name : Setup .NET Core for GPR
54+ if : success() && github.event_name == 'push' && matrix.dotnet == '3.1.x'
5455 uses : actions/setup-dotnet@v1
5556 with :
5657 dotnet-version : ${{matrix.dotnet}}
6061 - name : Publish the package to GPR
6162 if : success() && github.event_name == 'push' && matrix.dotnet == '3.1.x'
6263 run : dotnet nuget push System.Text.Json.Extensions/bin/Release/
64+ - name : Bump versions
65+ if : success() && github.event_name == 'push' && matrix.dotnet == '3.1.x'
66+ uses : SiqiLu/dotnet-bump-version@1.0.1
67+ with :
68+ version_files : " **/*.csproj"
69+ github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFramework >netstandard2.1</TargetFramework >
55 <PackageId >System.Text.Json.Extensions</PackageId >
6+ <Version >1.0.1</Version >
67 <PublishRepositoryUrl >true</PublishRepositoryUrl >
78 <IncludeSymbols >true</IncludeSymbols >
89 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
You can’t perform that action at this time.
0 commit comments