Skip to content

Commit c6002d7

Browse files
committed
Release CSV 2.0.7
1 parent 08309cb commit c6002d7

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

src/WebApiContrib.Core.Formatter.Csv/README.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ WebApiContrib.Core.Formatter.Csv [![NuGet Status](http://img.shields.io/nuget/v/
44

55
# History
66

7+
2018.10.24: Support IEnumerable instead of ILIst for the OutputFormatter, OrderBy and format fix
78
2018.09.14: Added correct usage of CanRead/CanReadType
89
2018.05.31: Adding support for ignoring propeties in the CSV DTO
910
2018.04.18: Adding support for customization of the header with the display attribute
@@ -189,16 +190,11 @@ This data can then be used to upload the csv data to the server which is then co
189190

190191
```
191192

192-
The following image shows that the data is imported correctly.
193-
194-
195-
<img src="https://damienbod.files.wordpress.com/2016/06/importexportcsv.png" alt="importExportCsv" width="598" height="558" class="alignnone size-full wp-image-6742" />
196-
197-
<strong>Notes</strong>
193+
## Notes
198194

199195
The implementation of the InputFormatter and the OutputFormatter classes are specific for a list of simple classes with only properties. If you require or use more complex classes, these implementations need to be changed.
200196

201-
<strong>Links</strong>
197+
## Links
202198

203199
http://www.tugberkugurlu.com/archive/creating-custom-csvmediatypeformatter-in-asp-net-web-api-for-comma-separated-values-csv-format
204200

src/WebApiContrib.Core.Formatter.Csv/WebApiContrib.Core.Formatter.Csv.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
<AssemblyName>WebApiContrib.Core.Formatter.Csv</AssemblyName>
99
<PackageId>WebApiContrib.Core.Formatter.Csv</PackageId>
1010
<PackageTags>ASP.NET Core;InputFormatter;OutputFormatter;MediaFormatter;CSV;Content-Type;aspnetcore</PackageTags>
11-
<PackageReleaseNotes>Added correct usage of CanRead/CanReadType</PackageReleaseNotes>
11+
<PackageReleaseNotes>Support IEnumerable instead of ILIst for the OutputFormatter, OrderBy and format fix</PackageReleaseNotes>
1212
<PackageIconUrl>https://avatars1.githubusercontent.com/u/1561645?s=140</PackageIconUrl>
1313
<PackageProjectUrl>https://github.com/damienbod/WebAPIContrib.Core/tree/master/src/WebApiContrib.Core.Formatter.Csv</PackageProjectUrl>
1414
<RepositoryType>git</RepositoryType>
1515
<RepositoryUrl>https://github.com/WebApiContrib/WebAPIContrib.Core.git</RepositoryUrl>
1616
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
1717
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1818
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
19-
<Version>2.0.6</Version>
19+
<Version>2.0.7</Version>
2020
<AssemblyVersion>2.0.6</AssemblyVersion>
2121
<FileVersion>2.0.6</FileVersion>
2222
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

0 commit comments

Comments
 (0)