Skip to content

Commit

Permalink
Prepare for 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
razzmatazz committed Mar 25, 2023
1 parent 370f948 commit 5c51046
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0] - 2023-03-25 / Simnas
* Update Roslyn libs to 4.6.0-1.final, Microsoft.Build* to 17.5.0
* Finish initialization early and load solution/project in background
- Previous behaviour was causing problems in eglot (emacs) where client has a timeout set for server initialization
Expand All @@ -16,6 +16,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
and https://github.com/razzmatazz/csharp-language-server/pull/73
* Remove timeout on handler for `codelens/resolve` -- that wasn't a good idea to begin with

### More about Simnas, Lithuania
- [Simnas on WP](https://en.wikipedia.org/wiki/Simnas)
- [Google Images on Simnas](https://www.google.com/search?tbm=isch&q=simnas)

## [0.6.1] - 2023-02-26 / Marcinkonys
* Fixes for Windows where file:// URIs were not parsed/built properly from native filenames before;
- Reported by @blasco and @gorsheninmv in https://github.com/razzmatazz/csharp-language-server/issues/57
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Description
This is a hacky Roslyn-based LSP server as an alternative to
This is a hacky Roslyn-based LSP server for C#, as an alternative to
[omnisharp-roslyn](https://github.com/OmniSharp/omnisharp-roslyn).

`csharp-ls` requires .NET 7 SDK to be installed. However it has been reported
Expand Down

0 comments on commit 5c51046

Please sign in to comment.