feat: add icon to package.

This commit is contained in:
rabbitism
2024-09-20 20:46:11 +08:00
parent bcb3b0e581
commit 0df52ec2ef

View File

@@ -13,7 +13,8 @@
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Description>This is a Ursa expansion. This package integrates and is compatible with UrsaWindow and UrsaView with Avalonia.ReactiveUI. [Avalonia.ReactiveUI See: https://docs.avaloniaui.net/zh-Hans/docs/concepts/reactiveui/]
这个是一个Ursa拓展包。这个包整合并互相兼容了UrsaWindow和UrsaView与Avalonia.ReactiveUI的功能。【Avalonia.ReactiveUI参见https://docs.avaloniaui.net/docs/concepts/reactiveui/】</Description>
这个是一个Ursa拓展包。这个包整合并互相兼容了UrsaWindow和UrsaView与Avalonia.ReactiveUI的功能。【Avalonia.ReactiveUI参见https://docs.avaloniaui.net/docs/concepts/reactiveui/】
</Description>
<Version>1.0.1</Version>
<Copyright></Copyright>
<RepositoryUrl>https://github.com/irihitech/Ursa.Avalonia</RepositoryUrl>
@@ -27,6 +28,7 @@
<ItemGroup>
<ProjectReference Include="..\Ursa\Ursa.csproj"/>
<None Include="irihi.png" Pack="true" PackagePath=""/>
</ItemGroup>
</Project>