Skip to content

Commit

Permalink
Update CsvHelper v21.0.3 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
shibayan authored Jan 19, 2021
1 parent d4fb3d9 commit 23ba825
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CsvHelper.FastDynamic.Tests/TestData.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;

namespace CsvHelper.FastDynamic.Tests
{
public static class TestData
{
public static readonly string CsvContent = $"Id,Name,Location{Environment.NewLine}1,kazuakix,Wakayama{Environment.NewLine}2,daruyanagi,Ehime{Environment.NewLine}3,buchizo,Osaka{Environment.NewLine}";
public static readonly string CsvContent = $"Id,Name,Location\r\n1,kazuakix,Wakayama\r\n2,daruyanagi,Ehime\r\n3,buchizo,Osaka\r\n";

public static readonly IReadOnlyList<IDictionary<string, string>> CsvRecords = new[]
{
Expand Down
2 changes: 1 addition & 1 deletion CsvHelper.FastDynamic/CsvHelper.FastDynamic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CsvHelper" Version="21.0.0" />
<PackageReference Include="CsvHelper" Version="21.0.3" />
</ItemGroup>

<PropertyGroup>
Expand Down

0 comments on commit 23ba825

Please sign in to comment.