Skip to content

Commit

Permalink
Bump version. 2.0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLarsson committed Oct 23, 2018
1 parent ed0ee44 commit e27558b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
9 changes: 5 additions & 4 deletions IDisposableAnalyzers/IDisposableAnalyzers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@
</PropertyGroup>

<PropertyGroup>
<Version>2.0.4.0</Version>
<Version>2.0.5.0</Version>
<Authors>Johan Larsson, milleniumbug</Authors>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Description>BUGFIX: IDISP003 detect disposal of previous instance copied to local.
BUGFIX: IDISP015 when returning from value from dictionary.
FEATURE: Understand NOP disposable.</Description>
<Description>IDISP004 warn on explicit discard.
IDISP017 when disposing in finally.
IDISP003 when assigning in loop.
</Description>
<PackageTags>IDisposable Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
<PackageReleaseNotes>
BUGFIX: Handle extension methods in binary references better.
Expand Down
6 changes: 3 additions & 3 deletions IDisposableAnalyzers/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ projectUrl https://github.com/DotNetAnalyzers/IDisposableAnalyzers
licenseUrl http://opensource.org/licenses/MIT

releaseNotes
BUGFIX: IDISP003 detect disposal of previous instance copied to local.
BUGFIX: IDISP015 when returning from value from dictionary.
FEATURE: Understand NOP disposable.
IDISP004 warn on explicit discard.
IDISP017 when disposing in finally.
IDISP003 when assigning in loop.

excludedgroups
Main
Expand Down
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### 2.0.5
* IDISP004 warn on explicit discard.
* IDISP017 when disposing in finally.
* IDISP003 when assigning in loop.

#### 2.0.4
* BUGFIX: IDISP003 detect disposal of previous instance copied to local.
* BUGFIX: IDISP015 when returning from value from dictionary.
Expand Down

0 comments on commit e27558b

Please sign in to comment.