Skip to content

Commit

Permalink
Release 3.0.8 to fix support for future Microsoft.CodeAnalysis
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmind committed Oct 13, 2023
1 parent e66e0ce commit a4db4d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## [3.0.8] - 2023-10-14
- Fixed support for Microsoft.CodeAnalysis 4.9.0 (preview versions)

## [3.0.7] - 2023-09-07
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.7</VersionPrefix>
<VersionPrefix>3.0.8</VersionPrefix>
<Description>MirrorSharp shared server library. $(DescriptionSuffix)</Description>
<PackageTags>Roslyn;CodeMirror</PackageTags>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit a4db4d4

Please sign in to comment.