Skip to content

Commit dc807c5

Browse files
committed
VersionBump : v2.1.2
1 parent 3c665c9 commit dc807c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
env:
3434
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
3535
run: |
36-
dotnet nuget push src/CodeOfChaos.Parsers/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json --skip-duplicate
36+
dotnet nuget push src/CodeOfChaos.Parsers.Csv/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json --skip-duplicate

src/CodeOfChaos.Parsers.Csv/CodeOfChaos.Parsers.Csv.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<!-- Main package name -->
1010
<PackageId>CodeOfChaos.Parsers.Csv</PackageId>
11-
<Version>2.1.1</Version>
11+
<Version>2.1.2</Version>
1212
<Authors>Anna Sas</Authors>
1313
<Description>A Library to parse csv files in a similar api to regular xml parsing</Description>
1414
<PackageProjectUrl>https://github.com/code-of-chaos/cs-code_of_chaos-parsers</PackageProjectUrl>

0 commit comments

Comments
 (0)