Skip to content

Commit

Permalink
Merge pull request #2347 from nohwnd/update-to-6.0.200
Browse files Browse the repository at this point in the history
Update versions from 6.0.200
  • Loading branch information
filipw authored Feb 18, 2022
2 parents e0dda20 + 40b798a commit 83fa550
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 17 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog
All changes to the project will be documented in this file.

## [1.38.1] - 2022-02-18
* Reuse Roslyn's analyzer assembly loader (PR: [#2236](https://github.com/OmniSharp/omnisharp-roslyn/pull/2236))
* Pass Completion, Rename and Block Structure options directly instead of updating the Workspace (PR: [#2306](https://github.com/OmniSharp/omnisharp-roslyn/pull/2306))
* Update included build tool to match the current 6.0.200 sdk (PR: [#2329](https://github.com/OmniSharp/omnisharp-roslyn/pull/2329))
* Fix concurrency issue in CSharpDiagnosticWorker (PR: [#2333](https://github.com/OmniSharp/omnisharp-roslyn/pull/2333))
* run analyzers on multiple threads if allowed to (PR: [#2285](https://github.com/OmniSharp/omnisharp-roslyn/pull/2285))
* Add MSBuild project to solution and apply the change to Roslyn workspace as a unit (PR: [#2314](https://github.com/OmniSharp/omnisharp-roslyn/pull/2314))
* Updated to Roslyn 4.0.1 (PR: [#2323](https://github.com/OmniSharp/omnisharp-roslyn/pull/2323))
* Enable OmniSharp.Cake tests for .NET 6 (PR: [#2307](https://github.com/OmniSharp/omnisharp-roslyn/pull/2307))
* Handle completions with trailing whitespace on previous lines (PR: [#2319](https://github.com/OmniSharp/omnisharp-roslyn/pull/2319))
* Update build bools to match .NET SDK 6.0.200 (PR: [#2347](https://github.com/OmniSharp/omnisharp-roslyn/pull/2347))

## [1.38.0] - 2021-12-15
* Build OmniSharp servers that run on .NET 6 SDK (PR: [2291](https://github.com/OmniSharp/omnisharp-roslyn/pull/2291))
* Allow net6 build of O# to load newer .NET SDKs (PR: [#2308](https://github.com/OmniSharp/omnisharp-roslyn/pull/2308))
Expand Down
34 changes: 17 additions & 17 deletions tools/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,38 +9,38 @@
<!--
The version for these packages can be found in the dotnet/installer eng/Versions.props file in
the branch that corresponds with the SDK Toolset being modeled.
ex. https://github.com/dotnet/installer/blob/release/6.0.1xx/eng/Versions.props
ex. https://github.com/dotnet/installer/blob/release/6.0.2xx/eng/Versions.props
-->

<!-- These packages should match the "MicrosoftNETSdkPackageVersion" property-->
<package id="Microsoft.NET.Sdk" version="6.0.200-preview.22055.23" />
<package id="Microsoft.DotNet.MSBuildSdkResolver" version="6.0.200-preview.22055.23" />
<package id="Microsoft.NET.Sdk" version="6.0.200-rtm.22104.9" />
<package id="Microsoft.DotNet.MSBuildSdkResolver" version="6.0.200-rtm.22104.9" />

<!-- These packages should match the "MicrosoftNETCoreDotNetHostResolverPackageVersion" property -->
<package id="runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver" version="6.0.1" />
<package id="runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver" version="6.0.1" />
<package id="runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver" version="6.0.1" />
<package id="runtime.win-x64.Microsoft.NETCore.DotNetHostResolver" version="6.0.1" />
<package id="runtime.win-x86.Microsoft.NETCore.DotNetHostResolver" version="6.0.1" />
<package id="runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver" version="6.0.1" />
<package id="runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver" version="6.0.2" />
<package id="runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver" version="6.0.2" />
<package id="runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver" version="6.0.2" />
<package id="runtime.win-x64.Microsoft.NETCore.DotNetHostResolver" version="6.0.2" />
<package id="runtime.win-x86.Microsoft.NETCore.DotNetHostResolver" version="6.0.2" />
<package id="runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver" version="6.0.2" />

<!--
The version for these packages can be found in the dotnet/sdk eng/Versions.props file in
the branch that corresponds with the "Microsoft.NET.Sdk package" being referenced.
ex. https://github.com/dotnet/sdk/blob/release/6.0.1xx/eng/Versions.props
ex. https://github.com/dotnet/sdk/blob/release/6.0.2xx/eng/Versions.props
-->

<!-- These packages should match the "MicrosoftBuildPackageVersion" property -->
<package id="Microsoft.Build" version="17.1.0-preview-22063-01" />
<package id="Microsoft.Build.Framework" version="17.1.0-preview-22063-01" />
<package id="Microsoft.Build.Runtime" version="17.1.0-preview-22063-01" />
<package id="Microsoft.Build.Tasks.Core" version="17.1.0-preview-22063-01" />
<package id="Microsoft.Build.Utilities.Core" version="17.1.0-preview-22063-01" />
<package id="Microsoft.Build" version="17.1.0-preview-22075-05" />
<package id="Microsoft.Build.Framework" version="17.1.0-preview-22075-05" />
<package id="Microsoft.Build.Runtime" version="17.1.0-preview-22075-05" />
<package id="Microsoft.Build.Tasks.Core" version="17.1.0-preview-22075-05" />
<package id="Microsoft.Build.Utilities.Core" version="17.1.0-preview-22075-05" />
<!-- This package should match as well except the Major & Minor version are set to 1.0 -->
<package id="Microsoft.NET.StringTools" version="1.0.0-preview-22063-01" />
<package id="Microsoft.NET.StringTools" version="1.0.0-preview-22075-05" />

<!-- This package should match the "MicrosoftNetCompilersToolsetPackageVersion" property-->
<package id="Microsoft.Net.Compilers.Toolset" version="4.1.0-3.22069.8" />
<package id="Microsoft.Net.Compilers.Toolset" version="4.1.0-5.22116.13" />

<!-- These packages should match the "NuGetBuildTasksPackageVersion" property -->
<package id="Microsoft.Build.NuGetSdkResolver" version="6.1.0-rc.103" />
Expand Down

0 comments on commit 83fa550

Please sign in to comment.