From 99b781ab1cb69ca08c6ea2d80c31ba4353029dee Mon Sep 17 00:00:00 2001 From: Marco Batzinger Date: Fri, 19 Feb 2021 14:15:54 +0100 Subject: [PATCH] adjusted version in assembly info --- .../Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installer/AmagnoVirtualPrinter.WixSharpInstaller/Properties/AssemblyInfo.cs b/Installer/AmagnoVirtualPrinter.WixSharpInstaller/Properties/AssemblyInfo.cs index ea61bd4..b6e7c83 100644 --- a/Installer/AmagnoVirtualPrinter.WixSharpInstaller/Properties/AssemblyInfo.cs +++ b/Installer/AmagnoVirtualPrinter.WixSharpInstaller/Properties/AssemblyInfo.cs @@ -31,5 +31,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.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.0.0")] +[assembly: AssemblyFileVersion("1.0.0")]