Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLarsson committed Mar 22, 2022
1 parent 46f0b4b commit a63a0ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gu.Roslyn.Asserts/Gu.Roslyn.Asserts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>4.0.3</Version>
<Version>4.0.4</Version>
<Authors>Johan Larsson, milleniumbug</Authors>
<Copyright>Johan Larsson 2017</Copyright>
<PackageProjectUrl>https://github.com/GuOrg/Gu.Roslyn.Asserts</PackageProjectUrl>
Expand All @@ -27,6 +27,8 @@
<PackageTags>Roslyn Diagnostic Analyzer Test</PackageTags>
<NeutralLanguage>en</NeutralLanguage>
<PackageReleaseNotes>
4.0.4
BUGFIX: stop infinite loop in fix all when fix updates the code without fixing the issue.
4.0.3
Better error message for RoslynAssert.CodeFix
OBSOLETE: ExpectedDiagnostic.FromMarkup.
Expand Down
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 4.0.4
* BUGFIX: stop infinite loop in fix all when fix updates the code without fixing the issue.

#### 4.0.3
* Better error message for RoslynAssert.CodeFix
* OBSOLETE: ExpectedDiagnostic.FromMarkup.
Expand Down

0 comments on commit a63a0ab

Please sign in to comment.