Skip to content

Commit

Permalink
Update CsvHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
i2van committed Jun 25, 2024
1 parent bdbe62d commit 8709ec3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.10.0
set version=8.11.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.10.0</Version>
<Version>8.11.0</Version>
<PackageReleaseNotes>Update CsvHelper.</PackageReleaseNotes>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="CsvHelper" Version="33.0.0" />
<PackageReference Include="CsvHelper" Version="33.0.1" />
<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.10.0.0"
version="8.11.0.0"
type="win32"
/>

Expand Down

0 comments on commit 8709ec3

Please sign in to comment.