AssemblyInfo.cs 724 B

12345678910111213141516
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. // Information about this assembly is defined by the following attributes.
  4. // Change them to the values specific to your project.
  5. [assembly: AssemblyTitle ("MediaBrowser.Server.Mono")]
  6. [assembly: AssemblyDescription ("")]
  7. [assembly: AssemblyConfiguration ("")]
  8. [assembly: AssemblyCompany ("")]
  9. [assembly: AssemblyProduct ("")]
  10. [assembly: AssemblyCopyright ("Luke")]
  11. [assembly: AssemblyTrademark ("")]
  12. [assembly: AssemblyCulture ("")]
  13. // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
  14. // The form "{Major}.{Minor}.*" will automatically update the build and revision,
  15. // and "{Major}.{Minor}.{Build}.*" will update just the revision.