Skip to content

Commit

Permalink
Release 3.0.7 to fix support for future Microsoft.CodeAnalysis
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmind committed Sep 7, 2023
1 parent 6cc699d commit bb165f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Common/Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AssemblyName>MirrorSharp.Common</AssemblyName>
<RootNamespace>MirrorSharp</RootNamespace>
<TargetFrameworks>netstandard2.0; netcoreapp3.1</TargetFrameworks>
<VersionPrefix>3.0.6</VersionPrefix>
<VersionPrefix>3.0.7</VersionPrefix>
<Description>MirrorSharp shared server library. $(DescriptionSuffix)</Description>
<PackageTags>Roslyn;CodeMirror</PackageTags>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit bb165f0

Please sign in to comment.