diff --git a/src/technologies/c.json b/src/technologies/c.json index 4fc3b18cf..38d2478bc 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -4440,5 +4440,19 @@ "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" + } + }, + "css": "\\.ClickOnceInfoText", + "website": "https://learn.microsoft.com/en-us/visualstudio/deployment/clickonce-security-and-deployment" } } \ No newline at end of file