Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Description>Core .NET analyzers for detecting the most common coding issues</Description>
<PackageReleaseNotes>
0.8.1
* Minor fixes in recursive analyzer
* Downgraded the compiler packages to 4.13.0 to avoid conflicts with the latest Roslyn versions.
0.8.0
* Add DoNotBlockAsyncCallsInAsyncMethodsAnalyzer
* Add MustUseResultAnalyzer
Expand Down
2 changes: 1 addition & 1 deletion src/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.8.0-beta.{height}",
"version": "0.8.1-beta.{height}",
"assemblyVersion": {
"precision": "revision"
},
Expand Down