Skip to content

Commit

Permalink
Release v2.0.5.0
Browse files Browse the repository at this point in the history
----
- Embedded CS-Script engine is updated to v4.8.16.0
- Configuration Dialog: Added support for installing external CS-Script engine from WinGet and NuGet.
- Updated plugin hosting solution to address the Scintilla .NET Interface issue (#74).
  • Loading branch information
oleg-shilo committed May 26, 2024
1 parent e00716f commit 31543a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/CSScriptNpp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.0.4.0")]
[assembly: AssemblyFileVersion("2.0.4.0")]
[assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyFileVersion("2.0.5.0")]
9 changes: 5 additions & 4 deletions src/CSScriptNpp/Resources/WhatsNew.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Release v2.0.4.0
Release v2.0.5.0
----
- Fixed #74: Intellisense not working as expected.
Added workaround for the ricent Scintilla changes around SciMsg.SCN_CHARADDED notifications.
- The default of `AutoSelectFirstSuggestion` is changed to true. To make it consistent with VS. It can always be changed in the config file.
- Embedded CS-Script engine is updated to v4.8.16.0
- Configuration Dialog: Added support for installing external CS-Script engine from WinGet and NuGet.
- Updated plugin hosting solution to address the Scintilla .NET Interface issue (#74).

0 comments on commit 31543a6

Please sign in to comment.