From fa7be6276a96bde42b78f2c836dfa65cfb8a47fe Mon Sep 17 00:00:00 2001 From: Patrick Widauer Date: Tue, 23 Nov 2021 08:53:54 +0100 Subject: [PATCH] Release version 1.1.0 --- .../AnalyzerReleases.Shipped.md | 9 +++++++++ .../AnalyzerReleases.Unshipped.md | 6 ------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/Infrastructure.Styles.Analyzer/AnalyzerReleases.Shipped.md b/src/Infrastructure.Styles.Analyzer/AnalyzerReleases.Shipped.md index f70e427..d74a3a1 100644 --- a/src/Infrastructure.Styles.Analyzer/AnalyzerReleases.Shipped.md +++ b/src/Infrastructure.Styles.Analyzer/AnalyzerReleases.Shipped.md @@ -1,3 +1,12 @@ +## Release 1.1 + +### New Rules + +Rule ID | Category | Severity | Notes +--------|----------|----------|-------------------- +RMSYN1007 | Formatting | Warning | Cast expression must have no space inbetween +RMSYN1008 | Formatting | Warning | Attributes must contain no space after the attribute name + ## Release 1.0 ### New Rules diff --git a/src/Infrastructure.Styles.Analyzer/AnalyzerReleases.Unshipped.md b/src/Infrastructure.Styles.Analyzer/AnalyzerReleases.Unshipped.md index 012a855..e69de29 100644 --- a/src/Infrastructure.Styles.Analyzer/AnalyzerReleases.Unshipped.md +++ b/src/Infrastructure.Styles.Analyzer/AnalyzerReleases.Unshipped.md @@ -1,6 +0,0 @@ -### New Rules - -Rule ID | Category | Severity | Notes ---------|----------|----------|-------------------- -RMSYN1007 | Formatting | Warning | Cast expression must have no space inbetween -RMSYN1008 | Formatting | Warning | Attributes must contain no space after the attribute name