Skip to content

Commit eeb23e1

Browse files
committed
Prepare for 4.13 release.
1 parent ee47261 commit eeb23e1

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 4.13.0 (2020-12-03)
2+
**Summary** - This change allows the original text making up a record to be viewed while parsing a file. The raw record contents will be accessible via the `IRecordContext` interface, which is available within the event args.
3+
4+
I originally had some concerns regarding memory usage or performance impacts, but after profiling and benchmarking, no significant performance issues were detected.
5+
16
## 4.12.0 (2020-10-21)
27
**Summary** - `FlatFileDataReader` not correctly ignoring ignored columns in several places.
38

FlatFiles/FlatFiles.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
<RepositoryUrl>https://github.com/jehugaleahsa/FlatFiles.git</RepositoryUrl>
1111
<RepositoryType>git</RepositoryType>
1212
<PackageTags>csv;comma;tab;separated;value;delimited;flat;file;fixed;width;fixed-width;length;fixed-length;parser;parsing;parse</PackageTags>
13-
<PackageReleaseNotes>FlatFileDataReader not correctly ignoring ignored columns in several places.</PackageReleaseNotes>
13+
<PackageReleaseNotes>Add the ability to view the original text making up a record while processing the records.</PackageReleaseNotes>
1414
<SignAssembly>true</SignAssembly>
1515
<AssemblyOriginatorKeyFile>FlatFiles.snk</AssemblyOriginatorKeyFile>
16-
<Version>4.12.0</Version>
16+
<Version>4.13.0</Version>
1717
</PropertyGroup>
1818

1919
<PropertyGroup>
2020
<LangVersion>8.0</LangVersion>
2121
<PackageIconUrl></PackageIconUrl>
22-
<AssemblyVersion>4.12.0.0</AssemblyVersion>
23-
<FileVersion>4.12.0.0</FileVersion>
22+
<AssemblyVersion>4.13.0.0</AssemblyVersion>
23+
<FileVersion>4.13.0.0</FileVersion>
2424
<PackageLicenseFile>UNLICENSE.txt</PackageLicenseFile>
2525
<PackageIcon>icon.png</PackageIcon>
2626
</PropertyGroup>

0 commit comments

Comments
 (0)