Skip to content

Commit

Permalink
Update CommonAssemblyInfo.cs (#6)
Browse files Browse the repository at this point in the history
* Update CommonAssemblyInfo.cs

* Update CommonAssemblyInfo.cs
  • Loading branch information
alexrster committed Sep 18, 2018
1 parent 419a20a commit 1fe43d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
using System;
using System;
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;

[assembly: AssemblyCompany("ContactPoint")]
[assembly: AssemblyProduct("ContactPoint® IP Phone")]
[assembly: AssemblyCopyright("ContactPoint © Alex Yevtushenko")]
[assembly: AssemblyCopyright("ContactPoint")]
[assembly: AssemblyTrademark("IP Phone")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.9.185.0")]
[assembly: AssemblyInformationalVersion("1.9.185.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("1.0.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: NeutralResourcesLanguage("en-US")]
[assembly: CLSCompliant(true)]
Expand Down

0 comments on commit 1fe43d7

Please sign in to comment.