tintoy / msbuild-project-tools-vscode

VS Code extension for MSBuild intellisense (including PackageReference completion).
MIT License
82 stars 16 forks source link

Bump language server to the latest commit #136

Closed DoctorKrolic closed 7 months ago

DoctorKrolic commented 7 months ago

This bumps language server version to the latest commit, so it includes https://github.com/tintoy/msbuild-project-tools-server/pull/80 and https://github.com/tintoy/msbuild-project-tools-server/pull/81

@tintoy I think, we should make a release now. My original plan was to move server to .NET 8 first, but I faced an issue (possibly a .NET bug) and I am still investigating it. But nevertheless there were many changes, so IMO we should make a minor version release (v0.5.0). Possible changelog could be:

If you remember more changes, of course include them as well) Feel free to merge this without waiting for me. Also if you agree and gonna release new version, don't forget to make a git tag, so language server binaries are tagged with that version (https://github.com/tintoy/msbuild-project-tools-vscode/pull/131)

tintoy commented 7 months ago

Good plan! Will aim to get a new release out tonight :)

tintoy commented 7 months ago

@DoctorKrolic - can you try out this VSIX and let me know if it works for you?

msbuild-project-tools-0.5.0.vsix.zip

If so, will publish it to the gallery :)

DoctorKrolic commented 7 months ago

Yes, it works for me. Also checked assembly version and so on and everything there seems fine as well. We are good to go!

tintoy commented 7 months ago

Published :)

tintoy commented 7 months ago

Thanks for all your hard work BTW!