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