Skip to content

Commit

Permalink
add: icon, license, project url
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Konopelko committed Sep 13, 2024
1 parent c37ba6a commit daf43e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
Binary file added Source/StaX.Domain/Images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 11 additions & 2 deletions Source/StaX.Domain/StaX.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
<Nullable>enable</Nullable>
<PackageOutputPath>../Packages</PackageOutputPath>
<LangVersion>12</LangVersion>
<Version>1.0.0</Version>
<PackageIconUrl>https://gravatar.com/slowlycreatorbd233cc30d</PackageIconUrl>
<Version>1.0.1</Version>
<ProjectUrl>https://github.com/Psynapsis/StaX.Domain</ProjectUrl>
<PackageIcon>Images/icon.png</PackageIcon>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
Expand All @@ -19,4 +21,11 @@
<PackageReference Include="Avalonia.ReactiveUI" Version="11.1.3" />
</ItemGroup>

<ItemGroup>
<None Update="Images/icon.png">
<Pack>True</Pack>
<PackagePath>images\</PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit daf43e0

Please sign in to comment.