Skip to content

Commit 172ac7f

Browse files
SiqiLu/[email protected] removed
1 parent 803fc35 commit 172ac7f

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,3 @@ jobs:
6161
- name: Publish the package to GPR
6262
if: success() && github.event_name == 'push' && matrix.dotnet == '3.1.x'
6363
run: dotnet nuget push System.Text.Json.Extensions/bin/Release/*.nupkg
64-
- name: Bump versions
65-
if: success() && github.event_name == 'push' && matrix.dotnet == '3.1.x'
66-
uses: SiqiLu/[email protected]
67-
with:
68-
version_files: "**/*.csproj"
69-
github_token: ${{ secrets.GITHUB_TOKEN }}

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ obj/
33
/packages/
44
riderModule.iml
55
/_ReSharper.Caches/
6-
TestResult/
6+
TestResults/
7+
reportgeneratortool/
78
coveragereport/

System.Text.Json.Extensions/System.Text.Json.Extensions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
55
<PackageId>System.Text.Json.Extensions</PackageId>
6-
<Version>1.0.3</Version>
6+
<Version>1.0.4</Version>
77
<PublishRepositoryUrl>true</PublishRepositoryUrl>
88
<!--
99
It seems that GPR currently doesn't work with snupkg, claiming that the nupkg already exists

0 commit comments

Comments
 (0)