Skip to content

Commit

Permalink
feat: update package info.
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbitism committed Feb 7, 2024
1 parent 2a232e6 commit 28d1ce0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/Irihi.Avalonia.Shared/Irihi.Avalonia.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,23 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<Version>0.1.0</Version>
<Version>0.1.1</Version>
<Authors>IRIHI Technology Co., Ltd.</Authors>
<PackageId>Irihi.Avalonia.Shared</PackageId>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/irihitech/Irihi.Avalonia.Shared</PackageProjectUrl>
<PackageIcon>irihi.png</PackageIcon>
<PackageProjectUrl>https://www.irihi.tech</PackageProjectUrl>
<RepositoryUrl>https://github.com/irihitech/Irihi.Avalonia.Shared</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
<Folder Include="MarkupExtensions\" />
<Folder Include="Property\" />
<None Include="irihi.png" Pack="true" PackagePath=""/>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Avalonia" Version="11.0.7" />
<PackageReference Include="Avalonia" Version="11.0.0" />
</ItemGroup>

</Project>
Binary file added src/Irihi.Avalonia.Shared/irihi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 28d1ce0

Please sign in to comment.