From 76492e11dd2d1d32473870646a929071aa6e70f1 Mon Sep 17 00:00:00 2001 From: Markus Hofknecht Date: Wed, 29 Sep 2021 22:27:15 +0200 Subject: [PATCH] [BUG] Fix ArgumentException DirectoryNotFoundException (#198), version 1.0.19.1 --- Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index ca7b863..062734d 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.19.0")] -[assembly: AssemblyFileVersion("1.0.19.0")] +[assembly: AssemblyVersion("1.0.19.1")] +[assembly: AssemblyFileVersion("1.0.19.1")]