Skip to content

Commit 2b7977f

Browse files
committed
Update readme for release
1 parent 677b7bb commit 2b7977f

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ public static partial IAsyncEnumerable<MyRecord> ParseAsync(SepReader reader, Ca
9595

9696
## Changelog
9797

98+
### 0.2.1
99+
100+
Support for multiple header names.
101+
98102
### 0.2.0
99103

100104
* Support for `IncludeProperties` property on `GenerateCsvParser` attribute, to include all properties on the class.

src/SepCsvSourceGenerator.Analyzer/AnalyzerReleases.Shipped.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
; Shipped analyzer releases
22
; https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md
33

4+
## Release 0.2.1
5+
6+
### New Rules
7+
8+
Rule ID | Category | Severity | Notes
9+
--------|----------|----------|-------
10+
CSVGEN009 | Usage | Error | Missing header name
11+
412
## Release 0.1.0
513

614
### New Rules

src/SepCsvSourceGenerator.Analyzer/AnalyzerReleases.Unshipped.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55

66
Rule ID | Category | Severity | Notes
77
--------|----------|----------|-------
8-
CSVGEN009 | Usage | Error | DiagnosticDescriptors

0 commit comments

Comments
 (0)