dotnet-clickonce-config

Solid

Configure ClickOnce deployment with auto-update, prerequisites, and publish settings for .NET applications

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# dotnet-clickonce-config Configure ClickOnce deployment for .NET applications with auto-update capabilities, prerequisite management, and publish settings. This skill sets up the complete ClickOnce deployment pipeline. ## Capabilities - Configure ClickOnce publish settings - Set up automatic update checking - Manage application prerequisites - Configure file associations - Set up signing with certificates - Generate publish profiles - Configure deployment manifest - Set up web or file share deployment ## Input Schema ```json { "type": "object", "properties": { "projectPath": { "type": "string", "description": "Path to the .NET project" }, "publishSettings": { "type": "object", "properties": { "publishUrl": { "type": "string" }, "installUrl": { "type": "string" }, "updateMode": { "enum": ["foreground", "background"] }, "updateInterval": { "type": "number" }, "minimumVersion": { "type": "string" } } }, "prerequisites": { "type": "array", "items": { "type": "string" } }, "fileAssociations": { "type": "array", "items": { "type": "object", "properties": { "extension": { "type": "string" }, "description": { "type": "string" } } } }, "signing": { "type": "object", "properties": { "certificatePath": { "type": "string" }, "timestampUrl": { "type": "string" } } ...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills