From f0e6a6b3798751781daf8809ff86008aa8edeb47 Mon Sep 17 00:00:00 2001 From: romibi Date: Sat, 21 Oct 2023 16:40:19 +0200 Subject: [PATCH] Fix Icons in combined exe (Bump Version to v0.5.1) --- GlobalAssemblyInfo.cs | 4 ++-- .../ScrapPackedExplorerCombined.csproj | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/GlobalAssemblyInfo.cs b/GlobalAssemblyInfo.cs index bd3bf3e..304d8f5 100644 --- a/GlobalAssemblyInfo.cs +++ b/GlobalAssemblyInfo.cs @@ -1,4 +1,4 @@ using System.Reflection; -[assembly: AssemblyVersion("0.5.0.0")] -[assembly: AssemblyFileVersion("0.5.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("0.5.1.0")] +[assembly: AssemblyFileVersion("0.5.1.0")] \ No newline at end of file diff --git a/ScrapPackedExplorerCombined/ScrapPackedExplorerCombined.csproj b/ScrapPackedExplorerCombined/ScrapPackedExplorerCombined.csproj index bdf5038..8db30cb 100644 --- a/ScrapPackedExplorerCombined/ScrapPackedExplorerCombined.csproj +++ b/ScrapPackedExplorerCombined/ScrapPackedExplorerCombined.csproj @@ -23,6 +23,16 @@ + + + + + + + + + +