diff options
Diffstat (limited to 'csharp/test/TestCommon/Properties/AssemblyInfo.cs')
-rw-r--r-- | csharp/test/TestCommon/Properties/AssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csharp/test/TestCommon/Properties/AssemblyInfo.cs b/csharp/test/TestCommon/Properties/AssemblyInfo.cs index b6f0b191ea9..a8fcc8b051b 100644 --- a/csharp/test/TestCommon/Properties/AssemblyInfo.cs +++ b/csharp/test/TestCommon/Properties/AssemblyInfo.cs @@ -19,7 +19,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("ZeroC, Inc.")] [assembly: AssemblyProduct("Ice")] -[assembly: AssemblyCopyright("© 2003-2015 ZeroC, Inc.")] +[assembly: AssemblyCopyright("© 2003-2016 ZeroC, Inc.")] [assembly: AssemblyCulture("")] // Setting ComVisible to false makes the types in this assembly not visible @@ -42,4 +42,4 @@ using System.Runtime.InteropServices; [assembly: AssemblyVersion("3.6.1")] [assembly: AssemblyFileVersion("3.6.1")] -[assembly: System.CLSCompliant(true)]
\ No newline at end of file +[assembly: System.CLSCompliant(true)] |