Skip to content

Commit 31543a6

Browse files
committed
Release v2.0.5.0
---- - 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).
1 parent e00716f commit 31543a6

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

src/CSScriptNpp/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// Build Number
3333
// Revision
3434
//
35-
[assembly: AssemblyVersion("2.0.4.0")]
36-
[assembly: AssemblyFileVersion("2.0.4.0")]
35+
[assembly: AssemblyVersion("2.0.5.0")]
36+
[assembly: AssemblyFileVersion("2.0.5.0")]
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
Release v2.0.4.0
1+
Release v2.0.5.0
22
----
3-
- Fixed #74: Intellisense not working as expected.
4-
Added workaround for the ricent Scintilla changes around SciMsg.SCN_CHARADDED notifications.
5-
- The default of `AutoSelectFirstSuggestion` is changed to true. To make it consistent with VS. It can always be changed in the config file.
3+
- Embedded CS-Script engine is updated to v4.8.16.0
4+
- Configuration Dialog: Added support for installing external CS-Script engine from WinGet and NuGet.
5+
- Updated plugin hosting solution to address the Scintilla .NET Interface issue (#74).
6+

0 commit comments

Comments
 (0)