Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions XVolume.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.github\dependabot.yml = .github\dependabot.yml
.github\ISSUE_TEMPLATE\feature_request.md = .github\ISSUE_TEMPLATE\feature_request.md
GitVersion.yml = GitVersion.yml
assets\icon.png = assets\icon.png
assets\icon.svg = assets\icon.svg
LICENSE = LICENSE
.github\pull_request_template.md = .github\pull_request_template.md
Expand Down
Binary file added assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/XVolume.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<Copyright>2025 ByronAP, Allen Byron Penner</Copyright>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Title>XVolume</Title>
<PackageIcon>icon.svg</PackageIcon>
<PackageIcon>icon.png</PackageIcon>
<EnablePackageValidation>true</EnablePackageValidation>
</PropertyGroup>

Expand All @@ -42,7 +42,7 @@
</ItemGroup>

<ItemGroup>
<None Include="..\assets\icon.svg">
<None Include="..\assets\icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down
Loading