Repository: reef Updated Branches: refs/heads/master 1fd4f2655 -> b0a47f9b7
http://git-wip-us.apache.org/repos/asf/reef/blob/b0a47f9b/lang/cs/Org.Apache.REEF.Wake.Tests/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Wake.Tests/Properties/AssemblyInfo.cs b/lang/cs/Org.Apache.REEF.Wake.Tests/Properties/AssemblyInfo.cs index 4a82523..0ce705c 100644 --- a/lang/cs/Org.Apache.REEF.Wake.Tests/Properties/AssemblyInfo.cs +++ b/lang/cs/Org.Apache.REEF.Wake.Tests/Properties/AssemblyInfo.cs @@ -23,30 +23,7 @@ using System.Runtime.InteropServices; // associated with an assembly. [assembly: AssemblyTitle("Org.Apache.REEF.Wake.Tests")] [assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Org.Apache.REEF.Wake.Tests")] -[assembly: AssemblyCopyright("Copyright © 2016")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("68a2ef80-e51b-4abb-9ccc-81354e152758")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.16.0.0")] -[assembly: AssemblyFileVersion("0.16.0.0")] http://git-wip-us.apache.org/repos/asf/reef/blob/b0a47f9b/lang/cs/Org.Apache.REEF.Wake/Org.Apache.REEF.Wake.csproj ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Wake/Org.Apache.REEF.Wake.csproj b/lang/cs/Org.Apache.REEF.Wake/Org.Apache.REEF.Wake.csproj index 8e3a50b..ef727c2 100644 --- a/lang/cs/Org.Apache.REEF.Wake/Org.Apache.REEF.Wake.csproj +++ b/lang/cs/Org.Apache.REEF.Wake/Org.Apache.REEF.Wake.csproj @@ -44,6 +44,9 @@ under the License. <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="$(SolutionDir)\SharedAssemblyInfo.cs"> + <Link>Properties\SharedAssemblyInfo.cs</Link> + </Compile> <Compile Include="AbstractEStage.cs" /> <Compile Include="Examples\P2p\IEventSource.cs" /> <Compile Include="Examples\P2p\Pull2Push.cs" /> http://git-wip-us.apache.org/repos/asf/reef/blob/b0a47f9b/lang/cs/Org.Apache.REEF.Wake/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Wake/Properties/AssemblyInfo.cs b/lang/cs/Org.Apache.REEF.Wake/Properties/AssemblyInfo.cs index ec75542..199c46b 100644 --- a/lang/cs/Org.Apache.REEF.Wake/Properties/AssemblyInfo.cs +++ b/lang/cs/Org.Apache.REEF.Wake/Properties/AssemblyInfo.cs @@ -24,34 +24,11 @@ using System.Runtime.InteropServices; // associated with an assembly. [assembly: AssemblyTitle("Org.Apache.REEF.Wake")] [assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Org.Apache.REEF.Wake")] -[assembly: AssemblyCopyright("Copyright © 2016")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("86a66ac8-0c8e-4652-b533-670e800cb0ea")] -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.16.0.0")] -[assembly: AssemblyFileVersion("0.16.0.0")] - // Allow the tests access to `internal` APIs [assembly: InternalsVisibleTo("Org.Apache.REEF.Wake.Tests, publickey=" + "00240000048000009400000006020000002400005253413100040000010001005df3e621d886a9" + http://git-wip-us.apache.org/repos/asf/reef/blob/b0a47f9b/lang/cs/Org.Apache.REEF.sln ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.sln b/lang/cs/Org.Apache.REEF.sln index 41932c1..2c9bd20 100644 Binary files a/lang/cs/Org.Apache.REEF.sln and b/lang/cs/Org.Apache.REEF.sln differ http://git-wip-us.apache.org/repos/asf/reef/blob/b0a47f9b/lang/cs/SharedAssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/lang/cs/SharedAssemblyInfo.cs b/lang/cs/SharedAssemblyInfo.cs new file mode 100644 index 0000000..8c9421e --- /dev/null +++ b/lang/cs/SharedAssemblyInfo.cs @@ -0,0 +1,33 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + +using System.Reflection; +using System.Runtime.InteropServices; + +[assembly: AssemblyCompany("The Apache Software Foundation.")] +[assembly: AssemblyTrademark("The Apache Software Foundation")] +[assembly: AssemblyCopyright("Copyright © 2016 The Apache Software Foundation")] +[assembly: AssemblyCulture("")] +[assembly: AssemblyConfiguration("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +[assembly: AssemblyVersion("0.16.0.0")] +[assembly: AssemblyFileVersion("0.16.0.0")]
