diff options
author | Bernard Normier <bernard@zeroc.com> | 2015-08-21 17:13:25 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2015-08-21 17:13:25 -0400 |
commit | 2d49d420bc59732492f311255d4cda08be46eedb (patch) | |
tree | 218887466e0b402adea5993bbc3833010eafb8f2 /csharp/test | |
parent | adding --build-package option for slice2py (diff) | |
download | ice-2d49d420bc59732492f311255d4cda08be46eedb.tar.bz2 ice-2d49d420bc59732492f311255d4cda08be46eedb.tar.xz ice-2d49d420bc59732492f311255d4cda08be46eedb.zip |
Updated AssemblyInfo and StringFileInfo on Windows
Diffstat (limited to 'csharp/test')
-rw-r--r-- | csharp/test/TestCommon/Properties/AssemblyInfo.cs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/csharp/test/TestCommon/Properties/AssemblyInfo.cs b/csharp/test/TestCommon/Properties/AssemblyInfo.cs index a415e57f52c..c74d5290b65 100644 --- a/csharp/test/TestCommon/Properties/AssemblyInfo.cs +++ b/csharp/test/TestCommon/Properties/AssemblyInfo.cs @@ -18,9 +18,8 @@ using System.Runtime.InteropServices; [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("ZeroC, Inc.")] -[assembly: AssemblyProduct("TestCommon")] -[assembly: AssemblyCopyright("Copyright © ZeroC 2012-2013")] -[assembly: AssemblyTrademark("")] +[assembly: AssemblyProduct("Ice")] +[assembly: AssemblyCopyright("© 2003-2015 ZeroC, Inc.")] [assembly: AssemblyCulture("")] // Setting ComVisible to false makes the types in this assembly not visible |