You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates for infinite loop when in text qualifier (#70)
* Updates from @james-perfectserve
* Replace net50 with net80
Since I last updated this package, Net50 is no longer in support. We can still include NetStandard20 for older packages, but for compiling the main software we need net80.
* Upgrade nuget
* Revert to NuGet 5.x
* Switch to Ubuntu 24
* Manually installing mono-develop is suggested
* Include msbuild
* Maybe just mono-complete?
* Switch to xbuild?
* Handle array empty differently for net20
* Wrong #if
* String array with old style syntax
* Include System.Xml
Not sure why this is suddenly needed, but let's try to fix.
* Add Xml references for other DotNetFramework tests
* One more missing xml reference
* Use old style array syntax for DotNetFramework
* Add some tests and clean up the nuspec file
* Sonar items
* Update CSV.cs
Copy file name to clipboardExpand all lines: CSVFile.nuspec
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
<package >
3
3
<metadata>
4
4
<id>CSVFile</id>
5
-
<version>3.2.0</version>
5
+
<version>3.2.1</version>
6
6
<title>CSVFile</title>
7
7
<authors>Ted Spence</authors>
8
8
<owners>Ted Spence</owners>
@@ -13,21 +13,21 @@
13
13
<description>Tiny and fast CSV and TSV parsing library (40KB) with zero dependencies. Compatible with DotNetFramework (2.0 onwards) and DotNetCore.</description>
14
14
<icon>docs/icons8-spreadsheet-96.png</icon>
15
15
<releaseNotes>
16
-
August 5, 2024
16
+
October 9, 2025
17
17
18
-
* Fix issue with Windows-style newlines crossing chunks found by @joelverhagen
19
-
* Fix issue with endless loops reported by @wvvegt
18
+
* Fix issue with loops during text qualifiers, reported by @AlainBartmanDilaw and @james-perfectserve, fix by james
19
+
* Update to Net80 for mainstream build, Net50 is no longer relevant
0 commit comments