From 29530126e348e27f6e2bf22346fd94bf9c6c1aaf Mon Sep 17 00:00:00 2001 From: Ragnar Engnes <31954017+ragnarengnes@users.noreply.github.com> Date: Mon, 28 Aug 2023 17:08:58 +0200 Subject: [PATCH] Update AssemblyInfo.cs --- Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 5e77d27..3bc2f71 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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.0.5")] -[assembly: AssemblyFileVersion("1.0.0.5")] +[assembly: AssemblyVersion("1.0.0.6")] +[assembly: AssemblyFileVersion("1.0.0.6")]