diff --git a/src/SampSharp.Analyzer/AnalyzerReleases.Shipped.md b/src/SampSharp.Analyzer/AnalyzerReleases.Shipped.md index 60b59dd9..e06e1cc7 100644 --- a/src/SampSharp.Analyzer/AnalyzerReleases.Shipped.md +++ b/src/SampSharp.Analyzer/AnalyzerReleases.Shipped.md @@ -1,3 +1,17 @@ -; Shipped analyzer releases +; Shipped analyzer releases ; https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md +## Release 1.0.0 + +### New Rules + +Rule ID | Category | Severity | Notes +--------|----------|----------|------- +SASH0001 | Correctness | Error | +SASH0002 | Correctness | Error | +SASH0003 | Correctness | Error | +SASH0004 | Correctness | Error | +SASH0005 | Correctness | Error | +SASH0006 | Correctness | Error | +SASH0007 | Correctness | Error | +SASH0008 | Correctness | Error | diff --git a/src/SampSharp.Analyzer/AnalyzerReleases.Unshipped.md b/src/SampSharp.Analyzer/AnalyzerReleases.Unshipped.md index 7a553659..963b6552 100644 --- a/src/SampSharp.Analyzer/AnalyzerReleases.Unshipped.md +++ b/src/SampSharp.Analyzer/AnalyzerReleases.Unshipped.md @@ -1,15 +1,5 @@ -; Unshipped analyzer release +; Unshipped analyzer release ; https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md -### New Rules +## Unreleased -Rule ID | Category | Severity | Notes ---------|----------|----------|------- -SASH0001 | Correctness | Error | AnalyzerIds -SASH0002 | Correctness | Error | AnalyzerIds -SASH0003 | Correctness | Error | AnalyzerIds -SASH0004 | Correctness | Error | AnalyzerIds -SASH0005 | Correctness | Error | AnalyzerIds -SASH0006 | Correctness | Error | AnalyzerIds -SASH0007 | Correctness | Error | AnalyzerIds -SASH0008 | Correctness | Error | AnalyzerIds \ No newline at end of file diff --git a/src/sampsharp-component/version.hpp b/src/sampsharp-component/version.hpp index e50b44b6..3cffce24 100644 --- a/src/sampsharp-component/version.hpp +++ b/src/sampsharp-component/version.hpp @@ -4,4 +4,4 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 0 #define VERSION_PATCH 0 -#define VERSION_PRERELEASE 1 \ No newline at end of file +#define VERSION_PRERELEASE 2 \ No newline at end of file