Skip to content

Commit

Permalink
Fix Icons in combined exe (Bump Version to v0.5.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
romibi committed Oct 21, 2023
1 parent 073973a commit f0e6a6b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;

[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]
[assembly: AssemblyVersion("0.5.1.0")]
[assembly: AssemblyFileVersion("0.5.1.0")]
10 changes: 10 additions & 0 deletions ScrapPackedExplorerCombined/ScrapPackedExplorerCombined.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@

<ItemGroup>
<Resource Include="..\ScrapPackedExplorer\Icons\MissingIcon.png" Link="Icons\MissingIcon.png" />
<Resource Include="..\ScrapPackedExplorer\Icons\Variety Duotone Filled Icons\add-file-3.png" Link="Icons\Variety Duotone Filled Icons\add-file-3.png" />
<Resource Include="..\ScrapPackedExplorer\Icons\Variety Duotone Filled Icons\copy.png" Link="Icons\Variety Duotone Filled Icons\copy.png" />
<Resource Include="..\ScrapPackedExplorer\Icons\Variety Duotone Filled Icons\curve-arrow-down-5.png" Link="Icons\Variety Duotone Filled Icons\curve-arrow-down-5.png" />
<Resource Include="..\ScrapPackedExplorer\Icons\Variety Duotone Filled Icons\delete-file.png" Link="Icons\Variety Duotone Filled Icons\delete-file.png" />
<Resource Include="..\ScrapPackedExplorer\Icons\Variety Duotone Filled Icons\diskette-save.png" Link="Icons\Variety Duotone Filled Icons\diskette-save.png" />
<Resource Include="..\ScrapPackedExplorer\Icons\Variety Duotone Filled Icons\file-edit.png" Link="Icons\Variety Duotone Filled Icons\file-edit.png" />
<Resource Include="..\ScrapPackedExplorer\Icons\Variety Duotone Filled Icons\file-new.png" Link="Icons\Variety Duotone Filled Icons\file-new.png" />
<Resource Include="..\ScrapPackedExplorer\Icons\Variety Duotone Filled Icons\file-search.png" Link="Icons\Variety Duotone Filled Icons\file-search.png" />
<Resource Include="..\ScrapPackedExplorer\Icons\Variety Duotone Filled Icons\folder-add.png" Link="Icons\Variety Duotone Filled Icons\folder-add.png" />
<Resource Include="..\ScrapPackedExplorer\Icons\Variety Duotone Filled Icons\settings.png" Link="Icons\Variety Duotone Filled Icons\settings.png" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit f0e6a6b

Please sign in to comment.