From bb165f0f027ff9efa988c1d1ab1251fe988ebf83 Mon Sep 17 00:00:00 2001 From: Andrey Shchekin Date: Thu, 7 Sep 2023 21:43:38 +1200 Subject: [PATCH] Release 3.0.7 to fix support for future Microsoft.CodeAnalysis --- Common/CHANGELOG.md | 5 ++--- Common/Common.csproj | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Common/CHANGELOG.md b/Common/CHANGELOG.md index ee84bdfa..f6312be1 100644 --- a/Common/CHANGELOG.md +++ b/Common/CHANGELOG.md @@ -1,7 +1,6 @@ # Changelog -## [Unreleased] - +## [3.0.7] - 2023-09-07 - Fixed support for Microsoft.CodeAnalysis 4.8.0 (preview versions) ## [3.0.6] - 2023-05-29 @@ -13,7 +12,7 @@ ## [3.0.5] - 2023-03-12 ### Fixed -- Fix autocompletion sometimes disappearing for the duration of the session when using newer Microsoft.CodeAnalysis +- Fixed autocompletion sometimes disappearing for the durration of the session when using newer Microsoft.CodeAnalysis ## [3.0.4] - 2023-01-06 diff --git a/Common/Common.csproj b/Common/Common.csproj index 82b44e2f..8211c8df 100644 --- a/Common/Common.csproj +++ b/Common/Common.csproj @@ -5,7 +5,7 @@ MirrorSharp.Common MirrorSharp netstandard2.0; netcoreapp3.1 - 3.0.6 + 3.0.7 MirrorSharp shared server library. $(DescriptionSuffix) Roslyn;CodeMirror true