Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinungf committed Sep 7, 2024
1 parent 1d256a7 commit 18898b8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
12 changes: 11 additions & 1 deletion SpreadCheetah.SourceGenerator/AnalyzerReleases.Shipped.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,14 @@ SPCH1004 | SpreadCheetah.SourceGenerator | Error | InvalidColumnHeaderPropertyRe
Rule ID | Category | Severity | Notes
--------|----------|----------|-------
SPCH1005 | SpreadCheetah.SourceGenerator | Error | UnsupportedTypeForAttribute
SPCH1006 | SpreadCheetah.SourceGenerator | Error | InvalidAttributeArgument
SPCH1006 | SpreadCheetah.SourceGenerator | Error | InvalidAttributeArgument


## Release 1.17.0

### New Rules
Rule ID | Category | Severity | Notes
--------|----------|----------|-------
SPCH1007 | SpreadCheetah.SourceGenerator | Error | AttributeTypeArgumentMustInherit
SPCH1008 | SpreadCheetah.SourceGenerator | Error | AttributeCombinationNotSupported
SPCH1009 | SpreadCheetah.SourceGenerator | Error | AttributeTypeArgumentMustHaveDefaultConstructor
7 changes: 0 additions & 7 deletions SpreadCheetah.SourceGenerator/AnalyzerReleases.Unshipped.md
Original file line number Diff line number Diff line change
@@ -1,7 +0,0 @@
### New Rules

Rule ID | Category | Severity | Notes
--------|----------|----------|-------
SPCH1007 | SpreadCheetah.SourceGenerator | Error | AttributeTypeArgumentMustInherit
SPCH1008 | SpreadCheetah.SourceGenerator | Error | AttributeCombinationNotSupported
SPCH1009 | SpreadCheetah.SourceGenerator | Error | AttributeTypeArgumentMustHaveDefaultConstructor
2 changes: 1 addition & 1 deletion SpreadCheetah/SpreadCheetah.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<!-- NuGet package -->
<PackageId>SpreadCheetah</PackageId>
<Version>1.16.0</Version>
<Version>1.17.0</Version>
<Authors>sveinungf</Authors>
<Description>SpreadCheetah is a high-performance .NET library for generating spreadsheet (Microsoft Excel XLSX) files.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 18898b8

Please sign in to comment.