Skip to content

Commit

Permalink
Merge pull request #1504 from filipw/feature/dev16.1
Browse files Browse the repository at this point in the history
updated to Roslyn 3.1.0 beta4-19266-03 to match dev16.1
  • Loading branch information
filipw authored May 24, 2019
2 parents 1111e1d + 9c33450 commit 36a6ee5
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 36a6ee5

Please sign in to comment.