From 7c45cedabb988e053e725ae8a28cc0f9cbf9aa9e Mon Sep 17 00:00:00 2001 From: TheTechromancer Date: Wed, 14 Jun 2023 16:30:11 -0400 Subject: [PATCH 1/2] Added technology: Microsoft .NET ClickOnce --- src/technologies/c.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/technologies/c.json b/src/technologies/c.json index 4fc3b18cf..966d239b2 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -4440,5 +4440,18 @@ "oss": true, "scriptSrc": "(?:/([\\d\\.-]+))?/crypto-js(?:\\.min)?\\.js\\;version:\\1", "website": "https://github.com/brix/crypto-js" + }, + "ClickOnce": { + "cats": [ + 47 + ], + "description": "ClickOnce is a Microsoft .NET deployment technology that enables the creation of self-updating Windows-based applications that can be installed and run with minimal user interaction.", + "icon": "default.svg", + "dom": { + "a[href='https://go.microsoft.com/fwlink/?LinkId=154571']": { + "text": "ClickOnce and .NET Framework Resources" + } + }, + "website": "https://learn.microsoft.com/en-us/visualstudio/deployment/clickonce-security-and-deployment" } } \ No newline at end of file From 15512f6eb115bfcd3a48541e2a4a811de80703ba Mon Sep 17 00:00:00 2001 From: TheTechromancer Date: Thu, 15 Jun 2023 17:11:51 -0400 Subject: [PATCH 2/2] add CSS requirement to ClickOnce technology --- src/technologies/c.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/technologies/c.json b/src/technologies/c.json index 966d239b2..38d2478bc 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -4452,6 +4452,7 @@ "text": "ClickOnce and .NET Framework Resources" } }, + "css": "\\.ClickOnceInfoText", "website": "https://learn.microsoft.com/en-us/visualstudio/deployment/clickonce-security-and-deployment" } } \ No newline at end of file