From 2e8c5d45387f38731d9016ae243b183f6e397c48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Saulius=20Menkevi=C4=8Dius?= Date: Tue, 24 Dec 2024 16:30:54 +0200 Subject: [PATCH] csharp-ls: 0.16.0 / Nemunaitis --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7be840f6..35c19bf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [Unreleased] +## [0.16.0] - 2024-12-24 / Nemunaitis * Upgrade Roslyn to 4.12.0 * Fix an issue where server breaks when inspecting class/properties involved in source-generated code: - By @granitrocky in https://github.com/razzmatazz/csharp-language-server/pull/189