MyOwnClone / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
1 stars 0 forks source link

Common AssemblySharedInfo.cs #402

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Consider splitting all the AssemblyInfo.cs into a SharedInfo.cs and
AssemblyInfo.cs. The SharedInfo.cs would sit in a separate solution folder,
and physically in the root folder of the solution. 
You would then add the SharedInfo.cs as a linked file to each project.

This simplifies future updates that are common to all the assemblies.

The AssemblyTitle and possibly AssymblyProduct, AssemblyMetadata, as well as 
any other assembly-specific attributes should stay in the AssemblyInfo.cs files.

suggested by Noam Kfir.

Original issue reported on code.google.com by pele...@google.com on 15 Oct 2013 at 9:26

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 29 Oct 2013 at 2:07

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 22 Nov 2013 at 3:34