Skip to content

Commit f108150

Browse files
committed
Update docs.
1 parent 8a97ad8 commit f108150

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

AspNetCoreAnalyzers/AspNetCoreAnalyzers.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
</PropertyGroup>
2121

2222
<PropertyGroup>
23-
<Version>0.1.18.0-dev</Version>
24-
<Description>Analyzers for System.Reflection</Description>
23+
<Version>0.1.0.0-dev</Version>
24+
<Description>Analyzers for Microsoft.AspNetCore</Description>
2525
<PackageLicenseUrl>https://github.com/DotNetAnalyzers/AspNetCoreAnalyzers</PackageLicenseUrl>
2626
<RepositoryUrl>https://github.com/DotNetAnalyzers/AspNetCoreAnalyzers</RepositoryUrl>
27-
<PackageTags>Asp Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
27+
<PackageTags>ASP Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
2828
<PackageReleaseNotes></PackageReleaseNotes>
2929
</PropertyGroup>
3030

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Roslyn analyzers for ASP.NET.Core.
4444
The preferable way to use the analyzers is to add the nuget package [AspNetCoreAnalyzers](https://www.nuget.org/packages/AspNetCoreAnalyzers/)
4545
to the project(s).
4646

47-
The severity of individual rules may be configured using [rule set files](https://msdn.microsoft.com/en-us/library/dd264996.aspx)
47+
The severity of individual rules may be configured using [.ruleset](https://msdn.microsoft.com/en-us/library/dd264996.aspx) files
4848
in Visual Studio.
4949

5050
## Installation
@@ -65,7 +65,7 @@ The ruleset editor does not handle changes IDs well, if things get out of sync y
6565
2) Edit the ProjectName.rulset file and remove the AspNetCoreAnalyzers element.
6666
3) Start visual studio and add back the desired configuration.
6767

68-
Above is not ideal, sorry about this. Not sure this is our bug.
68+
Above is not ideal, sorry about this. Not sure if this is our bug.
6969

7070

7171
## Current status

0 commit comments

Comments
 (0)