Skip to content

Commit

Permalink
Merge branch 'master' into feature/codeactions-with-options
Browse files Browse the repository at this point in the history
  • Loading branch information
savpek authored May 26, 2019
2 parents dab7a8c + 36a6ee5 commit 03c31f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ All changes to the project will be documented in this file.

## [1.32.20] - not yet released
* Added support for `TreatWarningsAsErrors` in csproj files (PR: [#1459](https://github.com/OmniSharp/omnisharp-roslyn/pull/1459))
* Updated to Roslyn `3.1.0 beta4-19266-03` to match VS dev16.1 (PR: [#1504](https://github.com/OmniSharp/omnisharp-roslyn/pull/1504))

## [1.32.19] - 2019-05-01
* Updated to Roslyn `3.1.0-beta4-19251-02` (PR: [#1479](https://github.com/OmniSharp/omnisharp-roslyn/pull/1479))
Expand Down
2 changes: 1 addition & 1 deletion build/Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup>
<MSBuildPackageVersion>16.0.461</MSBuildPackageVersion>
<NuGetPackageVersion>5.0.0</NuGetPackageVersion>
<RoslynPackageVersion>3.1.0-beta4-19251-02</RoslynPackageVersion>
<RoslynPackageVersion>3.1.0-beta4-19266-03</RoslynPackageVersion>
<XunitPackageVersion>2.4.0</XunitPackageVersion>
</PropertyGroup>

Expand Down

0 comments on commit 03c31f6

Please sign in to comment.