Skip to content

Commit

Permalink
Update Roslyn dependency to 4.5.0
Browse files Browse the repository at this point in the history
fix #165
  • Loading branch information
JohanLarsson committed Apr 2, 2023
1 parent 1346d3e commit 614f3db
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>0.16.3</Version>
<Version>0.17.0</Version>
<Authors>Johan Larsson</Authors>
<Description>Helpers &amp; extensions for writing Roslyn analyzers.</Description>
<NeutralLanguage>en</NeutralLanguage>
Expand All @@ -22,6 +22,8 @@
<RepositoryUrl>https://github.com/GuOrg/Gu.Roslyn.Extensions</RepositoryUrl>
<PackageTags>Roslyn analyzer</PackageTags>
<PackageReleaseNotes>
0.17.0
BREAKING: Update Roslyn dependency to 4.5.0
0.16.3
BUGFIX: Handle top level statements
0.16.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>0.16.3</Version>
<Version>0.17.0</Version>
<Authors>Johan Larsson</Authors>
<Description>Helpers &amp; extensions for writing Roslyn analyzers and code fixes.</Description>
<NeutralLanguage>en</NeutralLanguage>
Expand All @@ -22,6 +22,8 @@
<RepositoryUrl>https://github.com/GuOrg/Gu.Roslyn.Extensions</RepositoryUrl>
<PackageTags>Roslyn analyzer codefix</PackageTags>
<PackageReleaseNotes>
0.17.0
BREAKING: Update Roslyn dependency to 4.5.0
0.16.3
BUGFIX: Handle top level statements
0.16.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>0.16.6</Version>
<Version>0.17.0</Version>
<Authors>Johan Larsson</Authors>
<Description>
Helpers &amp; extensions for writing Roslyn analyzers and code fixes.
Expand All @@ -25,6 +25,8 @@
<RepositoryUrl>https://github.com/GuOrg/Gu.Roslyn.Extensions</RepositoryUrl>
<PackageTags>Roslyn analyzer codefix</PackageTags>
<PackageReleaseNotes>
0.17.0
BREAKING: Update Roslyn dependency to 4.5.0
0.16.6
BUGFIX: Add using when file scoped namespace
0.16.5
Expand Down
4 changes: 3 additions & 1 deletion Gu.Roslyn.Extensions/Gu.Roslyn.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>0.16.3</Version>
<Version>0.17.0</Version>
<Authors>Johan Larsson</Authors>
<Description>Helpers &amp; extensions for writing Roslyn analyzers and code fixes.</Description>
<NeutralLanguage>en</NeutralLanguage>
Expand All @@ -16,6 +16,8 @@
<RepositoryUrl>https://github.com/GuOrg/Gu.Roslyn.Extensions</RepositoryUrl>
<PackageTags>Roslyn analyzer codefix</PackageTags>
<PackageReleaseNotes>
0.17.0
BREAKING: Update Roslyn dependency to 4.5.0
0.16.3
BUGFIX: Handle top level statements
0.16.0
Expand Down

0 comments on commit 614f3db

Please sign in to comment.