Release 4.0.0-preview1-00101
authorDotnetBuild <dotnetbuild.tizen@gmail.com>
Wed, 23 Aug 2017 01:22:54 +0000 (10:22 +0900)
committerDotnetBuild <dotnetbuild.tizen@gmail.com>
Wed, 23 Aug 2017 01:22:54 +0000 (10:22 +0900)
13 files changed:
Artifacts/Tizen.NET.4.0.0-preview1-00101.nupkg [moved from Artifacts/Tizen.NET.4.0.0-preview1-00099.nupkg with 88% similarity]
Artifacts/Tizen.NET.4.0.0-preview1-00101.symbols.nupkg [moved from Artifacts/Tizen.NET.4.0.0-preview1-00099.symbols.nupkg with 88% similarity]
Artifacts/Tizen.NET.Private.4.0.0-preview1-00101.nupkg [moved from Artifacts/Tizen.NET.Private.4.0.0-preview1-00099.nupkg with 90% similarity]
Artifacts/Tizen.NET.Private.4.0.0-preview1-00101.symbols.nupkg [moved from Artifacts/Tizen.NET.Private.4.0.0-preview1-00099.symbols.nupkg with 90% similarity]
Artifacts/Version.txt
Artifacts/bin/ElmSharp.dll
Artifacts/bin/ElmSharp.pdb
Artifacts/bin/Tizen.Content.MediaContent.dll
Artifacts/bin/Tizen.Multimedia.dll
packaging/csapi-tizenfx.spec
pkg/PlatformFileList.txt
src/ElmSharp/ElmSharp/Button.cs [changed mode: 0644->0755]
src/ElmSharp/ElmSharp/ProgressBar.cs

similarity index 88%
rename from Artifacts/Tizen.NET.4.0.0-preview1-00099.nupkg
rename to Artifacts/Tizen.NET.4.0.0-preview1-00101.nupkg
index 0f7cd96..13ced00 100644 (file)
Binary files a/Artifacts/Tizen.NET.4.0.0-preview1-00099.nupkg and b/Artifacts/Tizen.NET.4.0.0-preview1-00101.nupkg differ
similarity index 88%
rename from Artifacts/Tizen.NET.4.0.0-preview1-00099.symbols.nupkg
rename to Artifacts/Tizen.NET.4.0.0-preview1-00101.symbols.nupkg
index 4895b9b..c10c1f2 100644 (file)
Binary files a/Artifacts/Tizen.NET.4.0.0-preview1-00099.symbols.nupkg and b/Artifacts/Tizen.NET.4.0.0-preview1-00101.symbols.nupkg differ
similarity index 90%
rename from Artifacts/Tizen.NET.Private.4.0.0-preview1-00099.nupkg
rename to Artifacts/Tizen.NET.Private.4.0.0-preview1-00101.nupkg
index 9550a93..c08e8d3 100644 (file)
Binary files a/Artifacts/Tizen.NET.Private.4.0.0-preview1-00099.nupkg and b/Artifacts/Tizen.NET.Private.4.0.0-preview1-00101.nupkg differ
similarity index 90%
rename from Artifacts/Tizen.NET.Private.4.0.0-preview1-00099.symbols.nupkg
rename to Artifacts/Tizen.NET.Private.4.0.0-preview1-00101.symbols.nupkg
index 10a557a..183a944 100644 (file)
Binary files a/Artifacts/Tizen.NET.Private.4.0.0-preview1-00099.symbols.nupkg and b/Artifacts/Tizen.NET.Private.4.0.0-preview1-00101.symbols.nupkg differ
index d975031..04edbcc 100644 (file)
@@ -1,4 +1,4 @@
 Prefix:4.0.0
-Suffix:preview1-00099
-Number:99
-VCS:3b1b0c1ea75ba69f41f768088e9db8bb61979aa8
+Suffix:preview1-00101
+Number:101
+VCS:dd4e511789666bda99587fc1ab49ec773c35136b
index 99b3287..68cfd15 100644 (file)
Binary files a/Artifacts/bin/ElmSharp.dll and b/Artifacts/bin/ElmSharp.dll differ
index 11fb971..dc63f17 100644 (file)
Binary files a/Artifacts/bin/ElmSharp.pdb and b/Artifacts/bin/ElmSharp.pdb differ
index 837e3ad..7c1a86a 100644 (file)
Binary files a/Artifacts/bin/Tizen.Content.MediaContent.dll and b/Artifacts/bin/Tizen.Content.MediaContent.dll differ
index 222a8cc..92ab50f 100644 (file)
Binary files a/Artifacts/bin/Tizen.Multimedia.dll and b/Artifacts/bin/Tizen.Multimedia.dll differ
index c6ab155..047151e 100644 (file)
@@ -10,7 +10,7 @@
 
 Name:       csapi-tizenfx
 Summary:    Assemblies of Tizen .NET
-Version:    4.0.0.99
+Version:    4.0.0.101
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0
index dc86dc1..2226315 100644 (file)
@@ -73,7 +73,7 @@ Tizen.System.PlatformConfig.dll
 Tizen.System.Storage.dll                           #common #mobile #mobile-emul #tv #ivi #wearable
 Tizen.System.SystemSettings.dll                    #common #mobile #mobile-emul #tv #ivi #wearable
 Tizen.Tapi.dll
-Tizen.Telephony.dll                                #mobile #mobile-emul #ivi
+Tizen.Telephony.dll                                #mobile #mobile-emul #ivi #wearable
 Tizen.Tracer.dll                                   #common #mobile #mobile-emul #tv #ivi #wearable
 Tizen.Uix.InputMethod.dll                          #common #mobile #mobile-emul #ivi
 Tizen.Uix.InputMethodManager.dll                   #common #mobile #mobile-emul #tv #ivi
old mode 100644 (file)
new mode 100755 (executable)
index 3ed6aa8..51a1fa7
@@ -96,7 +96,7 @@ namespace ElmSharp
         {
             get
             {
-                return !Interop.Elementary.elm_button_autorepeat_get(RealHandle);
+                return Interop.Elementary.elm_button_autorepeat_get(RealHandle);
             }
             set
             {
index e04f015..28f6302 100755 (executable)
@@ -139,6 +139,7 @@ namespace ElmSharp
         /// If not, it sets the format string for the units label's text.
         /// The units label is provided with a floating point value, so the units text displays at most one floating point value.
         /// Note that the units label is optional. Use a format string such as "%1.2f meters" for example.
+        /// The default format string for a progress bar is an integer percentage, as in "%.0f %%".
         /// </remarks>
         public string UnitFormat
         {