From 7f4266fffbc1d20ff663716acb4ddc76d3e94afa Mon Sep 17 00:00:00 2001 From: Markus Hofknecht Date: Wed, 17 Nov 2021 23:47:26 +0100 Subject: [PATCH] [Feature] Taskbar with option 'Use Icon from folder' (#239), version 1.0.27.2 --- Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 4380778..af1d4d3 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -39,5 +39,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.27.1")] -[assembly: AssemblyFileVersion("1.0.27.1")] +[assembly: AssemblyVersion("1.0.27.2")] +[assembly: AssemblyFileVersion("1.0.27.2")]