2 * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
4 * Licensed under the Apache License, Version 2.0 (the License);
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
8 * http://www.apache.org/licenses/LICENSE-2.0
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an AS IS BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
18 using System.Reflection;
19 using System.Runtime.InteropServices;
21 // General Information about an assembly is controlled through the following
22 // set of attributes. Change these attribute values to modify the information
23 // associated with an assembly.
24 [assembly: AssemblyTitle("Tizen.Network.IoTConnectivity")]
25 [assembly: AssemblyDescription("")]
26 [assembly: AssemblyConfiguration("")]
27 [assembly: AssemblyCompany("")]
28 [assembly: AssemblyProduct("Tizen.Network.IoTConnectivity")]
29 [assembly: AssemblyCopyright("Copyright (c) 2016 Samsung Electronics Co., Ltd")]
30 [assembly: AssemblyTrademark("")]
31 [assembly: AssemblyCulture("")]
33 // Setting ComVisible to false makes the types in this assembly not visible
34 // to COM components. If you need to access a type in this assembly from
35 // COM, set the ComVisible attribute to true on that type.
36 [assembly: ComVisible(false)]
38 // The following GUID is for the ID of the typelib if this project is exposed to COM
39 [assembly: Guid("3577eae8-b409-4bae-a5da-c6340be1dbc2")]
41 // Version information for an assembly consists of the following four values:
48 // You can specify all the values or you can default the Build and Revision Numbers
49 // by using the '*' as shown below:
50 // [assembly: AssemblyVersion("1.0.*")]
51 [assembly: AssemblyVersion("1.0.0.0")]
52 [assembly: AssemblyFileVersion("1.0.0.0")]