using System.Resources; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 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("PortCMIS")] [assembly: AssemblyDescription("CMIS Client Library for .Net")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Apache Software Foundation")] [assembly: AssemblyProduct("PortCMIS")] [assembly: AssemblyCopyright("")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: NeutralResourcesLanguage("en")] // 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 Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.2.0.0")] [assembly: AssemblyFileVersion("0.2.0.0")] [assembly: InternalsVisibleTo("PortCMISTests, PublicKey=00240000048000009400000006020000002400005253413100040000010001009d683e19351b40a22bd055347c57c5fdf38ee9d87f1cafdc5860cd7bee5e1602715def553cfa26afd81457b8b7e30b870d0fb9525db6875b95ecfcbb5a65408304cf4d792397f9c83ebb1e529a39fb2bacef51e9a160618e6f3b7d0ad3a377fa7a3ee2e9534d5b2e9e1eeeb71a6595e09c242e9faf76fb64083189c9081ef7be")]