From 9b310f2b7bce2d15463aa744f98edc76fd1dbd63 Mon Sep 17 00:00:00 2001 From: FH Date: Tue, 19 Apr 2022 18:26:41 +0200 Subject: [PATCH] v100 --- Properties/AssemblyInfo.cs | 2 +- VatInfoDto.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 0b5b7fe..6f712b7 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -32,4 +32,4 @@ using System.Runtime.InteropServices; // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.100")] diff --git a/VatInfoDto.cs b/VatInfoDto.cs index 67a1252..e5a8961 100644 --- a/VatInfoDto.cs +++ b/VatInfoDto.cs @@ -24,7 +24,6 @@ // // *********************************************************************** -using System; using System.Collections.Generic; namespace FCS.Lib.Common