We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd55d14 commit daf6ffaCopy full SHA for daf6ffa
1 file changed
AspNetCoreAnalyzers/AspNetCoreAnalyzers.csproj
@@ -26,13 +26,14 @@
26
</PropertyGroup>
27
28
<PropertyGroup>
29
- <Version>0.2.0.1-dev</Version>
+ <Version>0.3.0</Version>
30
<Description>Analyzers for Microsoft.AspNetCore</Description>
31
<PackageLicenseExpression>MIT</PackageLicenseExpression>
32
<RepositoryUrl>https://github.com/DotNetAnalyzers/AspNetCoreAnalyzers</RepositoryUrl>
33
<PackageTags>ASP Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
34
<PackageReleaseNotes>
35
0.3.0
36
+ For VS2022 now.
37
BUGFIX: AD0001 Could not load file or assembly
38
0.2.1
39
BUGFIX: Handle trailing slash in route.
0 commit comments