diff --git a/AspNetCoreAnalyzers/AspNetCoreAnalyzers.csproj b/AspNetCoreAnalyzers/AspNetCoreAnalyzers.csproj index 88f4bd1..da6e51a 100644 --- a/AspNetCoreAnalyzers/AspNetCoreAnalyzers.csproj +++ b/AspNetCoreAnalyzers/AspNetCoreAnalyzers.csproj @@ -20,12 +20,13 @@ - 0.1.0.0-dev + 0.2.0.0-dev Analyzers for Microsoft.AspNetCore https://github.com/DotNetAnalyzers/AspNetCoreAnalyzers https://github.com/DotNetAnalyzers/AspNetCoreAnalyzers ASP Roslyn Diagnostic Analyzer DotnetAnalyzers - Initial + ASP012 prefer explicit route. +ASP013 Name the controller to match the route. diff --git a/AspNetCoreAnalyzers/paket.template b/AspNetCoreAnalyzers/paket.template index 0ab9353..c3f30ec 100644 --- a/AspNetCoreAnalyzers/paket.template +++ b/AspNetCoreAnalyzers/paket.template @@ -4,7 +4,8 @@ projectUrl https://github.com/DotNetAnalyzers/AspNetCoreAnalyzers licenseUrl http://opensource.org/licenses/MIT releasenotes - Initial + ASP012 prefer explicit route. + ASP013 Name the controller to match the route. excludedgroups Main diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e69de29..cab7771 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -0,0 +1,3 @@ +### 0.2.0 +* ASP012 prefer explicit route. +* ASP013 Name the controller to match the route. \ No newline at end of file