Fix to keep the order of properties in SearchPreference 43/137543/1 accepted/tizen/unified/20170706.194107 submit/tizen/20170706.093144
authorchanywa <cbible.kim@samsung.com>
Thu, 6 Jul 2017 08:56:59 +0000 (17:56 +0900)
committerchanywa <cbible.kim@samsung.com>
Thu, 6 Jul 2017 08:57:48 +0000 (17:57 +0900)
Change-Id: I0a933e13f46a790ebdd842d0c24961698e12ab39

Tizen.Maps/Tizen.Maps.csproj
Tizen.Maps/Tizen.Maps/SearchPreference.cs
packaging/csapi-maps.spec

index b073101..376f33d 100644 (file)
@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup>
-    <Version>1.0.12</Version>
+    <Version>1.0.13</Version>
     <Authors>Samsung Electronics</Authors>
     <Copyright>© Samsung Electronics Co., Ltd All Rights Reserved</Copyright>
     <Description>Map Services API for Tizen .NET</Description>
@@ -9,7 +9,7 @@
     <PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
     <PackageIconUrl>https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png</PackageIconUrl>
   </PropertyGroup>
-  
+
   <PropertyGroup>
     <TargetFramework>netstandard1.3</TargetFramework>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
index 288c8da..fc7da53 100755 (executable)
@@ -136,6 +136,7 @@ namespace Tizen.Maps
             {
                 foreach (var prop in value)
                 {
+                    _properties[prop.Key] = prop.Value;
                     handle.SetProperty(prop.Key, prop.Value);
                     Log.Info(string.Format("Properties is changed to [{0}, {1}]", prop.Key, prop.Value));
                 }
index 772424c..471c98a 100644 (file)
@@ -1,6 +1,6 @@
 Name:       csapi-maps
 Summary:    Tizen Map Service API for C#
-Version:    1.0.12
+Version:    1.0.13
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0 and SAMSUNG