Skip to content

Commit

Permalink
add: company name, new icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvenBless committed Sep 17, 2024
1 parent 8e83b71 commit b556be6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Binary file added Source/StaX.Domain/Images/StaX.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Source/StaX.Domain/Images/icon.png
Binary file not shown.
7 changes: 4 additions & 3 deletions Source/StaX.Domain/StaX.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
<Nullable>enable</Nullable>
<PackageOutputPath>../Packages</PackageOutputPath>
<LangVersion>12</LangVersion>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<Company>Psynapsis</Company>
<ProjectUrl>https://github.com/Psynapsis/StaX.Domain</ProjectUrl>
<PackageIcon>images/icon.png</PackageIcon>
<PackageIcon>images/StaX.png</PackageIcon>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

Expand All @@ -22,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<None Include="Images/icon.png">
<None Include="Images/StaX.png">
<Pack>True</Pack>
<PackagePath>images/</PackagePath>
</None>
Expand Down

0 comments on commit b556be6

Please sign in to comment.