Skip to content

Commit 613a6c3

Browse files
committed
branding: publish package icon assets
1 parent 590bc3c commit 613a6c3

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

YCode.CLI/YCode.CLI.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
<!-- 全局工具必备配置 -->
1111
<PackAsTool>true</PackAsTool>
1212
<ToolCommandName>ycode</ToolCommandName>
13+
<ApplicationIcon>app.ico</ApplicationIcon>
1314
<PackageId>YCode.CLI</PackageId>
14-
<Version>1.0.4</Version>
15+
<Version>1.0.5</Version>
1516
<Authors>lyq-lin</Authors>
1617
<Description>YCode is an AI-powered coding agent that operates inside your repository. It provides intelligent code assistance, file operations, and multi-step task management.</Description>
1718
<PackageTags>ai;coding-agent;cli;dotnet-tool;developer-tools</PackageTags>
@@ -36,6 +37,7 @@
3637

3738
<ItemGroup>
3839
<None Include="../README.md" Pack="true" PackagePath="\" />
40+
<None Include="app.ico" />
3941
<None Include="icon.png" Pack="true" PackagePath="\" />
4042
</ItemGroup>
4143

YCode.CLI/app.ico

86.7 KB
Binary file not shown.

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ <h1>YCode CLI</h1>
5656

5757
<div class="release-card">
5858
<span class="release-label">Current package</span>
59-
<strong>v1.0.4</strong>
60-
<a href="https://github.com/ycode-lin/YCode.CLI/releases/tag/v1.0.4">Open release</a>
59+
<strong>v1.0.5</strong>
60+
<a href="https://github.com/ycode-lin/YCode.CLI/releases/tag/v1.0.5">Open release</a>
6161
</div>
6262
</aside>
6363
</header>

0 commit comments

Comments
 (0)