Remove dependency for Tizen.Applications
authorSukHyung, Kang <shine.kang@samsung.com>
Wed, 26 Apr 2017 08:04:47 +0000 (17:04 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Mon, 15 May 2017 05:10:07 +0000 (14:10 +0900)
Change-Id: I60b543b0e49fb318c8841a49a8d5e9a35da4f4bd
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
Signed-off-by: WonYoung Choi <wy80.choi@samsung.com>
.gitattributes [new file with mode: 0644]
packaging/csapi-data-control.spec
src/Tizen.Applications.DataControl/Properties/AssemblyInfo.cs
src/Tizen.Applications.DataControl/Tizen.Applications.DataControl.nuspec
src/Tizen.Applications.DataControl/Tizen.Applications.DataControl.project.json

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..3400ba9
--- /dev/null
@@ -0,0 +1,14 @@
+# Set default behaviour, in case users don't have core.autocrlf set.
+* text=auto
+
+# Explicitly declare text files we want to always be normalized and converted 
+# to native line endings on checkout.
+*.cs text
+
+# Declare files that will always have CRLF line endings on checkout.
+*.sln text eol=crlf
+
+# Denote all files that are truly binary and should not be modified.
+*.png binary
+*.jpg binary
+*.jpeg binary
\ No newline at end of file
index f7d9b40..d467b38 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       csapi-data-control
 Summary:    Tizen data-control API for C#
-Version:    1.0.3
+Version:    1.0.4
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0
@@ -15,7 +15,7 @@ BuildRequires: dotnet-build-tools
 
 # C# API Requires
 BuildRequires: csapi-tizen-nuget
-BuildRequires: csapi-application-nuget
+BuildRequires: csapi-application-common-nuget
 
 %define Assemblies Tizen.Applications.DataControl
 
index 0893ef3..3cfe310 100755 (executable)
@@ -1,36 +1,36 @@
-using System.Reflection;\r
-using System.Runtime.CompilerServices;\r
-using System.Runtime.InteropServices;\r
-\r
-// General Information about an assembly is controlled through the following\r
-// set of attributes. Change these attribute values to modify the information\r
-// associated with an assembly.\r
-[assembly: AssemblyTitle("Tizen.Applications.DataControl")]\r
-[assembly: AssemblyDescription("")]\r
-[assembly: AssemblyConfiguration("")]\r
-[assembly: AssemblyCompany("")]\r
-[assembly: AssemblyProduct("Tizen.Applications.DataControl")]\r
-[assembly: AssemblyCopyright("Copyright ©  2017")]\r
-[assembly: AssemblyTrademark("")]\r
-[assembly: AssemblyCulture("")]\r
-\r
-// Setting ComVisible to false makes the types in this assembly not visible\r
-// to COM components.  If you need to access a type in this assembly from\r
-// COM, set the ComVisible attribute to true on that type.\r
-[assembly: ComVisible(false)]\r
-\r
-// The following GUID is for the ID of the typelib if this project is exposed to COM\r
-[assembly: Guid("6f7e4ff6-4cea-4bb6-87b4-56498d6f3b24")]\r
-\r
-// Version information for an assembly consists of the following four values:\r
-//\r
-//      Major Version\r
-//      Minor Version\r
-//      Build Number\r
-//      Revision\r
-//\r
-// You can specify all the values or you can default the Build and Revision Numbers\r
-// by using the '*' as shown below:\r
-// [assembly: AssemblyVersion("1.0.*")]\r
-[assembly: AssemblyVersion("1.0.0.0")]\r
-[assembly: AssemblyFileVersion("1.0.0.0")]\r
+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("Tizen.Applications.DataControl")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("Tizen.Applications.DataControl")]
+[assembly: AssemblyCopyright("Copyright ©  2017")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components.  If you need to access a type in this assembly from
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("6f7e4ff6-4cea-4bb6-87b4-56498d6f3b24")]
+
+// 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("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
index 972ed2c..96196b1 100755 (executable)
@@ -11,8 +11,8 @@
                <copyright>© Samsung Electronics Co., Ltd All Rights Reserved</copyright>
                <description>Provides the Data Control API for Tizen.Net</description>
                <dependencies>
-                       <dependency id="Tizen" version="1.0.2" />
-                       <dependency id="Tizen.Applications" version="1.2.0" />
+                       <dependency id="Tizen" version="1.0.5" />
+                       <dependency id="Tizen.Applications.Common" version="1.5.6" />
                </dependencies>
        </metadata>
        <files>
index 2cdb4d9..93ca4fb 100755 (executable)
@@ -1,10 +1,10 @@
-{
+{
   "dependencies": {
     "NETStandard.Library": "1.6.0",
     "System.Diagnostics.Process": "4.1.0",
     "System.Threading.Thread": "4.3.0",
-    "Tizen": "1.0.2",
-    "Tizen.Applications": "1.2.0"
+    "Tizen": "1.0.5",
+    "Tizen.Applications.Common": "1.5.6"
   },
   "frameworks": {
     "netstandard1.3": {}