File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/CodeOfChaos.Parsers.Csv Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments