Skip to content

Commit

Permalink
Update CsvHelper.
Browse files Browse the repository at this point in the history
  • Loading branch information
i2van committed Jan 30, 2024
1 parent 7e8ea83 commit 8e0fb21
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: microsoft/[email protected]

- name: Setup NuGet
uses: NuGet/setup-nuget@f685ada866d3ce9775950304dccf4cec8208e6cf
uses: NuGet/setup-nuget@v1.3.0

- name: ${{env.SLN5}} restore dependencies
run: nuget restore ${{env.SLN5}}
Expand Down
2 changes: 1 addition & 1 deletion Deploy/buildlpx.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

set version=8.1.0
set version=8.2.0
set fileName=CsvLINQPadDriver.%version%
set ext=lpx
set ext6=%ext%6
Expand Down
4 changes: 2 additions & 2 deletions Src/CsvLINQPadDriver/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>8.1.0</Version>
<Version>8.2.0</Version>
<PackageReleaseNotes>Updated CsvHelper.</PackageReleaseNotes>
</PropertyGroup>

Expand All @@ -26,7 +26,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CsvHelper" Version="30.0.3" />
<PackageReference Include="CsvHelper" Version="30.1.0" />
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
<PackageReference Include="LINQPad.Reference" Version="1.3.0" />
<PackageReference Include="Microsoft-WindowsAPICodePack-Core-6.0 " Version="1.1.6" />
Expand Down
2 changes: 1 addition & 1 deletion Src/CsvLINQPadDriver/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<assemblyIdentity
name="CsvLINQPadDriver"
version="8.1.0.0"
version="8.2.0.0"
type="win32"
/>

Expand Down

0 comments on commit 8e0fb21

Please sign in to comment.