File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 3737 with :
3838 version : ${{ steps.get_version.outputs.VERSION }}
3939 path : ./CHANGELOG.md
40+ validation_level : warn
4041
4142 - name : Push the package to NuGet
4243 run : dotnet nuget push release/Ionide.LanguageServerProtocol.${{ steps.get_version.outputs.VERSION }}.nupkg --source "$env:NUGET_SOURCE" --api-key "$env:NUGET_KEY"
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.4.17] - 27.07.2023
8+
9+ * Update a type signature on the SignatureInformation structure
10+
11+
712## [ 0.4.16] - 27.07.2023
813
914* [ Add missing features for LSP Specification 3.17] ( https://github.com/ionide/LanguageServerProtocol/pull/52 ) (thanks @tcx4c70 !)
You can’t perform that action at this time.
0 commit comments