Skip to content

Commit

Permalink
Update changelog for 1.39.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed Dec 20, 2023
1 parent 2fe3738 commit c526b41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog
All changes to the project will be documented in this file.

## [1.39.11] - 2023-12-19
* Update changelog (PR: [#2590](https://github.com/OmniSharp/omnisharp-roslyn/pull/2590))
* Update Readme text and fix broken link. ([#2581](https://github.com/OmniSharp/omnisharp-roslyn/issues/2581), PR: [#2582](https://github.com/OmniSharp/omnisharp-roslyn/pull/2582))
* Update SDKs and dependencies ([#2586](https://github.com/OmniSharp/omnisharp-roslyn/issues/2586), PR: [#2588](https://github.com/OmniSharp/omnisharp-roslyn/pull/2588))
* Updated to latest dotnet-script 1.5.0 (PR: [#2585](https://github.com/OmniSharp/omnisharp-roslyn/pull/2585))

## [1.39.10] - 2023-10-05
* Add RazorComplier EA to support razor generators (PR: [#2572](https://github.com/OmniSharp/omnisharp-roslyn/pull/2572))

Expand Down
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.*" />
<PackageReference Include="Newtonsoft.Json" Version="13.*" />
</ItemGroup>

</Project>

0 comments on commit c526b41

Please sign in to comment.