Shared AssemblyInfo

Issue #8 resolved
Luke Horsley repo owner created an issue

Use a shared AssemblyInfo.cs file between all projects which contains the following:

[assembly: AssemblyCompany("LzSoftware")]
[assembly: AssemblyProduct("LzSoftware.Collectables")]
[assembly: NeutralResourcesLanguage("en-GB")]
[assembly: AssemblyCopyright("Copyright ©  2014")]
[assembly: AssemblyVersion("0.1.*")]

#if DEBUG

[assembly: AssemblyConfiguration("Debug")]
#else

[assembly: AssemblyConfiguration("Release")]
#endif

Comments (4)

  1. Log in to comment