GlobalAssemblyInfo.cs 440 B

123456789101112131415
  1. using System.Reflection;
  2. // Version information for an assembly consists of the following four values:
  3. //
  4. // Major Version
  5. // Minor Version
  6. // Build Number
  7. // Revision
  8. //
  9. // You can specify all the values or you can default the Build and Revision Numbers
  10. // by using the '*' as shown below:
  11. // [assembly: AssemblyVersion("1.0.*")]
  12. [assembly: AssemblyVersion("3.1.1.0")]
  13. [assembly: AssemblyFileVersion("3.1.1.0")]