Remove version information
authorchleun.moon <chleun.moon@samsung.com>
Thu, 6 Apr 2017 01:30:11 +0000 (10:30 +0900)
committerchleun.moon <chleun.moon@samsung.com>
Thu, 6 Apr 2017 01:32:12 +0000 (10:32 +0900)
Change-Id: I194282c49abc2c60fa246950b3b673975f8ad431
Signed-off-by: cheoleun <chleun.moon@samsung.com>
packaging/csapi-network-connection.spec
src/Tizen.Network.Connection/Tizen.Network.Connection/ConnectionTypes.cs

index c4d248e..abc7968 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       csapi-network-connection
 Summary:    Tizen Connection API for C#
-Version:    1.0.12
+Version:    1.0.13
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0
index 18b593f..817128c 100755 (executable)
@@ -33,7 +33,7 @@ namespace Tizen.Network.Connection
         Cellular = 2,      /**< Cellular type */
         Ethernet = 3,      /**< Ethernet type */
         Bluetooth = 4,     /**< Bluetooth type */
-        NetProxy = 5       /**< Proxy type for internet connection (Since 3.0) */
+        NetProxy = 5       /**< Proxy type for internet connection */
     }
 
     /// <summary>