Skip to content

Commit

Permalink
updated to Roslyn 3.0.0-beta4-19126-05 (#1414)
Browse files Browse the repository at this point in the history
* updated to Roslyn 3.0.0-beta4-19126-05

* added 3.0.0-beta4-19126-05 to release notes
  • Loading branch information
filipw authored and Ravi Chande committed Feb 28, 2019
1 parent 1ce3392 commit 3367042
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
All changes to the project will be documented in this file.

## [1.32.11] - not yet released
* Added support for reading C# 8.0 `NullableContextOptions` from csproj files (PR: [#1404](https://github.com/OmniSharp/omnisharp-roslyn/pull/1404), [#1396](https://github.com/OmniSharp/omnisharp-roslyn/issues/1396))
* Updated to Roslyn `3.0.0-beta4-19126-05` to match VS 16.0p4 ([#1413](https://github.com/OmniSharp/omnisharp-roslyn/issues/1413), PR: [#1414](https://github.com/OmniSharp/omnisharp-roslyn/pull/1414))
* Added support for reading C# 8.0 `NullableContextOptions` from csproj files ([#1396](https://github.com/OmniSharp/omnisharp-roslyn/issues/1396), PR: [#1404](https://github.com/OmniSharp/omnisharp-roslyn/pull/1404))

## [1.32.10] - 2019-01-25
* Updated to Roslyn 3.0 to match [VS 2019](https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes-preview#VS2019_Preview2) (PR: [#1391](https://github.com/OmniSharp/omnisharp-roslyn/pull/1391))
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>15.8.166</MSBuildPackageVersion>
<NuGetPackageVersion>4.8.0</NuGetPackageVersion>
<RoslynPackageVersion>3.0.0-beta2-19068-12</RoslynPackageVersion>
<RoslynPackageVersion>3.0.0-beta4-19126-05</RoslynPackageVersion>
<XunitPackageVersion>2.4.0</XunitPackageVersion>
</PropertyGroup>

Expand Down

0 comments on commit 3367042

Please sign in to comment.