// This file contains common AssemblyVersion data to be shared across all projects in this solution. using System.Reflection; [assembly: AssemblyCompany("Trade-Ideas LLC")] [assembly: AssemblyProduct("Trade-Ideas Pro")] [assembly: AssemblyCopyright("Copyright © 2004-2025 Trade Ideas LLC")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] #if DEBUG [assembly: AssemblyConfiguration("Debug")] #else [assembly: AssemblyConfiguration("Release")] #endif // Version information for an assembly consists of the following four values: // // Major Version // Minor Version // Revision // Build // // You can specify all the values or you can default the Revision and Build Numbers by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("5.6.106")] //[assembly: AssemblyFileVersion("1.0.0.*")