Skip to content

Commit 61a6750

Browse files
committed
Update version to 1.0.2
1 parent cc21bd6 commit 61a6750

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup .NET Core
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: 6.0.100
18+
dotnet-version: 6.0.x
1919
- name: Install dependencies
2020
run: dotnet restore
2121
- name: Build
@@ -25,7 +25,7 @@ jobs:
2525
- name: Publish NuGet
2626
id: publish_nuget
2727
if: success() && github.event_name == 'push' && github.ref == 'refs/heads/master'
28-
uses: brandedoutcast/publish-nuget@v2.5.5
28+
uses: alirezanet/publish-nuget@v3.0.4
2929
with:
3030
PROJECT_FILE_PATH: dotnet-json/dotnet-json.csproj
3131
PACKAGE_NAME: dotnet-json

dotnet-json/dotnet-json.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<ToolCommandName>dotnet-json</ToolCommandName>
1515
<PackageOutputPath>./nupkg</PackageOutputPath>
1616

17-
<Version>1.0.1</Version>
17+
<Version>1.0.2</Version>
1818
<PackageId>dotnet-json</PackageId>
1919
<Authors>sleeuwen</Authors>
2020
<RepositoryUrl>https://github.com/sleeuwen/dotnet-json</RepositoryUrl>

0 commit comments

Comments
 (0)