-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcodeshellmanager.nuspec
More file actions
42 lines (38 loc) · 2.33 KB
/
Copy pathcodeshellmanager.nuspec
File metadata and controls
42 lines (38 loc) · 2.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>codeshellmanager</id>
<version>__VERSION__</version>
<packageSourceUrl>https://github.com/umage-ai/CodeShellManager/tree/main/.chocolatey</packageSourceUrl>
<owners>umage.ai</owners>
<title>CodeShellManager</title>
<authors>umage.ai</authors>
<projectUrl>https://umage.ai/products/code-shell-manager/</projectUrl>
<iconUrl>https://raw.githubusercontent.com/umage-ai/CodeShellManager/ad0ea186aefc00c4d4494f04d15f5dd5492c774e/src/CodeShellManager/Assets/app.png</iconUrl>
<copyright>Copyright (c) 2025 umage.ai</copyright>
<licenseUrl>https://github.com/umage-ai/CodeShellManager/blob/main/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/umage-ai/CodeShellManager</projectSourceUrl>
<docsUrl>https://github.com/umage-ai/CodeShellManager#readme</docsUrl>
<bugTrackerUrl>https://github.com/umage-ai/CodeShellManager/issues</bugTrackerUrl>
<tags>codeshellmanager terminal claude claude-code wpf conpty xterm ai coding-agent admin</tags>
<summary>Multi-terminal host for Claude Code and other CLI coding agents on Windows.</summary>
<description>< (pre-installed on Windows 11)
]]></description>
<releaseNotes>https://github.com/umage-ai/CodeShellManager/releases/tag/v__VERSION__</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>