From c3fa2cf40406751d202bde2bd1b21d336f7f4c97 Mon Sep 17 00:00:00 2001 From: Markus Hofknecht Date: Wed, 29 Jul 2020 19:28:07 +0200 Subject: [PATCH] [BUG] ConfigurationErrorsException: Failed to save settings (#120), version 1.0.12.0 --- Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index f4646cb..763dfea 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.11.0")] -[assembly: AssemblyFileVersion("1.0.11.0")] +[assembly: AssemblyVersion("1.0.12.0")] +[assembly: AssemblyFileVersion("1.0.12.0")]