Skip to content

Commit

Permalink
Bump version. 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLarsson committed Jan 19, 2019
1 parent 1a6122c commit 2e8cfb2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 3 additions & 2 deletions AspNetCoreAnalyzers/AspNetCoreAnalyzers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@
</PropertyGroup>

<PropertyGroup>
<Version>0.1.0.0-dev</Version>
<Version>0.2.0.0-dev</Version>
<Description>Analyzers for Microsoft.AspNetCore</Description>
<PackageLicenseUrl>https://github.com/DotNetAnalyzers/AspNetCoreAnalyzers</PackageLicenseUrl>
<RepositoryUrl>https://github.com/DotNetAnalyzers/AspNetCoreAnalyzers</RepositoryUrl>
<PackageTags>ASP Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
<PackageReleaseNotes>Initial</PackageReleaseNotes>
<PackageReleaseNotes>ASP012 prefer explicit route.
ASP013 Name the controller to match the route.</PackageReleaseNotes>
</PropertyGroup>


Expand Down
3 changes: 2 additions & 1 deletion AspNetCoreAnalyzers/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### 0.2.0
* ASP012 prefer explicit route.
* ASP013 Name the controller to match the route.

0 comments on commit 2e8cfb2

Please sign in to comment.