Skip to content

Commit

Permalink
fix: building
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Konopelko committed Sep 13, 2024
1 parent daf43e0 commit 8e83b71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/StaX.Domain/StaX.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<LangVersion>12</LangVersion>
<Version>1.0.1</Version>
<ProjectUrl>https://github.com/Psynapsis/StaX.Domain</ProjectUrl>
<PackageIcon>Images/icon.png</PackageIcon>
<PackageIcon>images/icon.png</PackageIcon>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

Expand All @@ -22,9 +22,9 @@
</ItemGroup>

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

Expand Down

0 comments on commit 8e83b71

Please sign in to comment.