| using System; | |
| using System.Reflection; | |
| // | |
| // General Information about an assembly is controlled through the following | |
| // set of attributes. Change these attribute values to modify the information | |
| // associated with an assembly. | |
| // | |
| [assembly: AssemblyTitle("Selenium .NET Client Driver")] | |
| [assembly: AssemblyDescription("Selenium RC API .NET Bindings")] | |
| [assembly: AssemblyConfiguration("")] | |
| [assembly: AssemblyCompany("Selenium Committers")] | |
| [assembly: AssemblyProduct("Selenium")] | |
| [assembly: AssemblyCopyright("Copyright © Software Freedom Conservancy 2012")] | |
| // Mark the assembly as CLSCompliant for use with all CLS languages | |
| [assembly: CLSCompliant(true)] | |
| // Version information for an assembly consists of the following four values: | |
| // | |
| // Major Version | |
| // Minor Version | |
| // Build Number | |
| // Revision | |
| [assembly: AssemblyVersion("2.28.0.0")] | |
| [assembly: AssemblyFileVersion("2.28.0.0")] |