IGNITE-1286 test project
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/9faa9927 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/9faa9927 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/9faa9927 Branch: refs/heads/ignite-1286 Commit: 9faa9927b623e2b3f24c5130b7792f51ff7ad69b Parents: b772a02 Author: ptupitsyn <[email protected]> Authored: Mon Aug 24 15:13:22 2015 +0300 Committer: ptupitsyn <[email protected]> Committed: Mon Aug 24 15:13:22 2015 +0300 ---------------------------------------------------------------------- .../dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/9faa9927/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs b/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs index dc579c9..85009ad 100644 --- a/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs +++ b/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs @@ -1,14 +1,13 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Apache.Ignite.Core.Tests")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("Apache Ignite .NET Client Tests")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("Apache Software Foundation")] [assembly: AssemblyProduct("Apache.Ignite.Core.Tests")] [assembly: AssemblyCopyright("Copyright © 2015")] [assembly: AssemblyTrademark("")]
