Skip to content

Commit

Permalink
Update CsvHelper.
Browse files Browse the repository at this point in the history
  • Loading branch information
i2van committed Jan 24, 2024
1 parent 9f8adb0 commit fedec5d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 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.0.0
set version=8.1.0
set fileName=CsvLINQPadDriver.%version%
set ext=lpx
set ext6=%ext%6
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -842,8 +842,8 @@ TimeOnly? ToTimeOnlySafe(

## Authors ##

* Martin Dobroucký (dobrou@gmail.com)
* Ivan Ivon (ivan.ivon@gmail.com)
* [Martin Dobroucký](https://github.com/dobrou)
* [Ivan Ivon](https://github.com/i2van)
## Credits ##

Expand Down
8 changes: 3 additions & 5 deletions Src/CsvLINQPadDriver/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<Project>
<PropertyGroup>
<Version>8.0.0</Version>
<PackageReleaseNotes>.NET 8.0 support.
Added ToBigInteger, ToBigIntegerSafe, ToComplex, ToComplexSafe extension methods.
Punctuation header detection supports leading '@'</PackageReleaseNotes>
<Version>8.1.0</Version>
<PackageReleaseNotes>Updated CsvHelper.</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -28,7 +26,7 @@ Punctuation header detection supports leading '@'</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CsvHelper" Version="30.0.1" />
<PackageReference Include="CsvHelper" Version="30.0.3" />
<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.0.0.0"
version="8.1.0.0"
type="win32"
/>

Expand Down
2 changes: 1 addition & 1 deletion Src/LPRun/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ var driverProperties = Mock.Of<IDriverProperties>(props =>

## Authors ##

* Ivan Ivon (ivan.ivon@gmail.com)
* [Ivan Ivon](https://github.com/i2van)
## Credits ##

Expand Down

0 comments on commit fedec5d

Please sign in to comment.