Skip to content

Commit

Permalink
Update to CSScriptNpp v2.0.4.0 (#735)
Browse files Browse the repository at this point in the history
* - Update to CSScriptNpp v2.0.4.0
  • Loading branch information
oleg-shilo committed Feb 10, 2024
1 parent 0164d43 commit 7b7f72d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/pl.x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,11 +232,11 @@
{
"folder-name": "CSScriptNpp",
"display-name": "CS-Script - C# Intellisense",
"version": "2.0.3.0",
"version": "2.0.4.0",
"npp-compatible-versions": "[8.3,]",
"old-versions-compatibility": "[,1.7.26][,8.2.1]",
"id": "d0c1484f2630db73f9795258307fdeb9ce109d98fddd508edcafc21e8d49c81c",
"repository": "https://github.com/oleg-shilo/cs-script.npp/releases/download/v2.0.3.0/CSScriptNpp.2.0.3.0.x64.zip",
"id": "2D56E3AC17AE28ED9B769D8FB7B6AC89C62F5FDAC710350B899565F146C8E0EF",
"repository": "https://github.com/oleg-shilo/cs-script.npp/releases/download/v2.0.4.0/CSScriptNpp.2.0.4.0.x64.zip",
"description": "CS-Script integration. Implements a real C# Intellisense solution based on CS-Script and Roslyn. Allows loading, executing modifying and debugging C# scripts in a way very similar to the Visual Studio C# projects support. This includes referencing assemblies and other scripts, code formatting, adding missing namespaces and intercepting Debug and Console output.",
"author": "Oleg Shilo",
"homepage": "https://github.com/oleg-shilo/cs-script.npp"
Expand Down
6 changes: 3 additions & 3 deletions src/pl.x86.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@
{
"folder-name": "CSScriptNpp",
"display-name": "CS-Script - C# Intellisense",
"version": "2.0.3.0",
"id": "8eef972d4136c4cbb2a32e99f7df4c23715ecef6197c24fb7192ab6dc07ccdaa",
"repository": "https://github.com/oleg-shilo/cs-script.npp/releases/download/v2.0.3.0/CSScriptNpp.2.0.3.0.x86.zip",
"version": "2.0.4.0",
"id": "03733638FE8B1A5F79F86CFB40A7EEEFBDFFF8B9A7BF102F778D66D7E77A83E5",
"repository": "https://github.com/oleg-shilo/cs-script.npp/releases/download/v2.0.4.0/CSScriptNpp.2.0.4.0.x86.zip",
"description": "CS-Script integration. Implements a real C# Intellisense solution based on CS-Script and Roslyn. Allows loading, executing modifying and debugging C# scripts in a way very similar to the Visual Studio C# projects support. This includes referencing assemblies and other scripts, code formatting, adding missing namespaces and intercepting Debug and Console output.",
"author": "Oleg Shilo",
"homepage": "https://github.com/oleg-shilo/cs-script.npp"
Expand Down

0 comments on commit 7b7f72d

Please sign in to comment.