Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update package release notes.
Update version.
  • Loading branch information
Ivan Ivon committed May 11, 2021
1 parent e3760a6 commit 689fd68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Deploy/buildlpx.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@set version=6.8.2
@set version=6.9.0
@set zip="%ProgramFiles%\7-Zip\7z.exe"
@set output="CsvLINQPadDriver.%version%.lpx6"

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,8 @@ TimeSpan? ToTimeSpan(
* Default encoding for files without BOM is UTF-8.
* Some strange Unicode characters in column names may cause errors in generated data context source code.
* Writing changed objects back to CSV is not directly supported, there is no `SubmitChanges()`. But you can use LINQPad's `Util.WriteCsv`
* Similar files single class generation does not detect relations correctly. However, you can query over related multiple files.
* Relations detection does not work well for similar files single class generation. However, you can query over related multiple files.
* Relations detection with file sorting might produce broken source code for similar files single class generation.

## Authors ##

Expand Down
4 changes: 2 additions & 2 deletions Src/CsvLINQPadDriver/CsvLINQPadDriver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/i2van/CsvLINQPadDriver</RepositoryUrl>
<PackageIcon>NuGetIcon.png</PackageIcon>
<PackageReleaseNotes>Returned CSV separator auto-detection - CsvHelper detection is buggy.
Add CsvHelper auto-detection option.
<PackageReleaseNotes>Add CsvHelper library auto-detection option.
UI changes.
</PackageReleaseNotes>
<Copyright>Copyright © Martin Dobroucký 2013-2014, Ivan Ivon 2021</Copyright>
<AssemblyVersion>6.9.0.0</AssemblyVersion>
Expand Down

0 comments on commit 689fd68

Please sign in to comment.