Skip to content

Commit c30b2f1

Browse files
authored
CSScriptNpp v2.0.13.0 (#1081)
* CSScriptNpp v2.0.13.0
1 parent 3f24ebe commit c30b2f1

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/pl.x64.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,11 +298,11 @@
298298
{
299299
"folder-name": "CSScriptNpp",
300300
"display-name": "CS-Script - C# Intellisense",
301-
"version": "2.0.12.0",
301+
"version": "2.0.13.0",
302302
"npp-compatible-versions": "[8.3,]",
303303
"old-versions-compatibility": "[,1.7.26][,8.2.1]",
304-
"id": "f6d415955da5a1578f515505074831a0d3befbb4ead685ed238c205921004eaa",
305-
"repository": "https://github.com/oleg-shilo/cs-script.npp/releases/download/v2.0.12.0/CSScriptNpp.2.0.12.0.x64.zip",
304+
"id": "ebfe340089468fc9c71f0ec0c0bcae79820cad40584747929d83f194512023b3",
305+
"repository": "https://github.com/oleg-shilo/cs-script.npp/releases/download/v2.0.13.0/CSScriptNpp.2.0.13.0.x64.zip",
306306
"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.",
307307
"author": "Oleg Shilo",
308308
"homepage": "https://github.com/oleg-shilo/cs-script.npp"

src/pl.x86.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,9 @@
268268
{
269269
"folder-name": "CSScriptNpp",
270270
"display-name": "CS-Script - C# Intellisense",
271-
"version": "2.0.12.0",
272-
"id": "b016c98312d54d7383477ca1948162aca8d2036ea25ff7efba39ce9fbef28177",
273-
"repository": "https://github.com/oleg-shilo/cs-script.npp/releases/download/v2.0.12.0/CSScriptNpp.2.0.12.0.x86.zip",
271+
"version": "2.0.13.0",
272+
"id": "f0b9a9361819ea6ae8672283ca2e745340aaaac93c78624b3503d5a26392a88e",
273+
"repository": "https://github.com/oleg-shilo/cs-script.npp/releases/download/v2.0.13.0/CSScriptNpp.2.0.13.0.x86.zip",
274274
"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.",
275275
"author": "Oleg Shilo",
276276
"homepage": "https://github.com/oleg-shilo/cs-script.npp"

0 commit comments

Comments
 (0)