This commit is contained in:
FH 2022-04-19 18:26:41 +02:00
parent 8896d3fdf0
commit 9b310f2b7b
2 changed files with 1 additions and 2 deletions

View file

@ -32,4 +32,4 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.100")]

View file

@ -24,7 +24,6 @@
// <summary></summary> // <summary></summary>
// *********************************************************************** // ***********************************************************************
using System;
using System.Collections.Generic; using System.Collections.Generic;
namespace FCS.Lib.Common namespace FCS.Lib.Common