Skip to content

Commit

Permalink
Update to CSScriptNpp v2.0.6.0 (#844)
Browse files Browse the repository at this point in the history
* Update to CSScriptNpp v2.0.6.0
  • Loading branch information
oleg-shilo authored Dec 30, 2024
1 parent 3f1632e commit eeb3634
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 @@ -242,11 +242,11 @@
{
"folder-name": "CSScriptNpp",
"display-name": "CS-Script - C# Intellisense",
"version": "2.0.5.0",
"version": "2.0.6.0",
"npp-compatible-versions": "[8.3,]",
"old-versions-compatibility": "[,1.7.26][,8.2.1]",
"id": "6FE8AE8C4C5DEF546310FF36FE83BE37DEDFC751099B5241D9EF64766EB24BCC",
"repository": "https://github.com/oleg-shilo/cs-script.npp/releases/download/v2.0.5.0/CSScriptNpp.2.0.5.0.x64.zip",
"id": "A4BB9F0E079416F15C13A8234D37FC7A2ADCDD564EFBF50F7B2D35C58A8F2EBF",
"repository": "https://github.com/oleg-shilo/cs-script.npp/releases/download/v2.0.6.0/CSScriptNpp.2.0.6.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.5.0",
"id": "7B1D25C8BC315590DF2D667E00F1EB2392D4B461729EE76E513E6698DA653853",
"repository": "https://github.com/oleg-shilo/cs-script.npp/releases/download/v2.0.5.0/CSScriptNpp.2.0.5.0.x86.zip",
"version": "2.0.6.0",
"id": "5834B83B0B9A179546D33805ED4CFA04680A214747A0630A6A40205CD6644A07",
"repository": "https://github.com/oleg-shilo/cs-script.npp/releases/download/v2.0.6.0/CSScriptNpp.2.0.6.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 eeb3634

Please sign in to comment.