AssemblyInfo.cs 685 B

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