using System.Reflection; // Version information for an assembly consists of the following four values: // // Major Version // Minor Version // Build Number // Revision // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("2.9.3.*")] [assembly: AssemblyFileVersion("2.9.3")] [assembly: AssemblyInformationalVersion("2.9.3")] [assembly: System.CLSCompliant(true)]