Skip to content

Commit 4d4354a

Browse files
authored
CS-Script.Npp v2.0.12.0 (notepad-plus-plus#1019)
1 parent eeeaee6 commit 4d4354a

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
@@ -276,11 +276,11 @@
276276
{
277277
"folder-name": "CSScriptNpp",
278278
"display-name": "CS-Script - C# Intellisense",
279-
"version": "2.0.11.0",
279+
"version": "2.0.12.0",
280280
"npp-compatible-versions": "[8.3,]",
281281
"old-versions-compatibility": "[,1.7.26][,8.2.1]",
282-
"id": "0b4894d5d0e3228388874ba32bef3ff6850acff15648c2883f899d320c11f377",
283-
"repository": "https://github.com/oleg-shilo/cs-script.npp/releases/download/v2.0.11.0/CSScriptNpp.2.0.11.0.x64.zip",
282+
"id": "f6d415955da5a1578f515505074831a0d3befbb4ead685ed238c205921004eaa",
283+
"repository": "https://github.com/oleg-shilo/cs-script.npp/releases/download/v2.0.12.0/CSScriptNpp.2.0.12.0.x64.zip",
284284
"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.",
285285
"author": "Oleg Shilo",
286286
"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
@@ -235,9 +235,9 @@
235235
{
236236
"folder-name": "CSScriptNpp",
237237
"display-name": "CS-Script - C# Intellisense",
238-
"version": "2.0.11.0",
239-
"id": "5f2ad7e665d4aec9817c0666dd60f174e0ef9a587a67a91f5c9b8399a871d171",
240-
"repository": "https://github.com/oleg-shilo/cs-script.npp/releases/download/v2.0.11.0/CSScriptNpp.2.0.11.0.x86.zip",
238+
"version": "2.0.12.0",
239+
"id": "b016c98312d54d7383477ca1948162aca8d2036ea25ff7efba39ce9fbef28177",
240+
"repository": "https://github.com/oleg-shilo/cs-script.npp/releases/download/v2.0.12.0/CSScriptNpp.2.0.12.0.x86.zip",
241241
"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.",
242242
"author": "Oleg Shilo",
243243
"homepage": "https://github.com/oleg-shilo/cs-script.npp"

0 commit comments

Comments
 (0)