PageRenderTime 39ms CodeModel.GetById 8ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/beta-1.0.2/SharedAssembyInfo.cs

#
C# | 32 lines | 8 code | 3 blank | 21 comment | 0 complexity | edcdef66ff352167e20e2efbdbbac99a MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. //-----------------------------------------------------------------------
  2. // <copyright>
  3. // Copyright (C) Ruslan Yakushev for the PHP Manager for IIS project.
  4. //
  5. // This file is subject to the terms and conditions of the Microsoft Public License (MS-PL).
  6. // See http://www.microsoft.com/opensource/licenses.mspx#Ms-PL for more details.
  7. // </copyright>
  8. //-----------------------------------------------------------------------
  9. using System.Reflection;
  10. // General Information about an assembly is controlled through the following
  11. // set of attributes. Change these attribute values to modify the information
  12. // associated with an assembly.
  13. [assembly: AssemblyCompany("RuslanY.net")]
  14. [assembly: AssemblyProduct("PHP Manager for IIS")]
  15. [assembly: AssemblyCopyright("Copyright © Ruslan Yakushev 2010")]
  16. [assembly: AssemblyTrademark("")]
  17. [assembly: AssemblyCulture("")]
  18. // Version information for an assembly consists of the following four values:
  19. //
  20. // Major Version
  21. // Minor Version
  22. // Build Number
  23. // Revision
  24. //
  25. // You can specify all the values or you can default the Build and Revision Numbers
  26. // by using the '*' as shown below:
  27. // [assembly: AssemblyVersion("1.0.*")]
  28. [assembly: AssemblyVersion("1.0.2.0")]
  29. [assembly: AssemblyFileVersion("1.0.2.0")]