From f278b216d1a1b4e206cdf3b84cac33c2869aeafc Mon Sep 17 00:00:00 2001 From: DotnetBuild Date: Fri, 13 Oct 2017 00:00:27 +0900 Subject: [PATCH] Release 4.0.0-preview1-00296 --- packaging/csapi-tizenfx.spec | 4 ++-- src/Tizen.WebView/doc/api/Tizen.WebView.md | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 src/Tizen.WebView/doc/api/Tizen.WebView.md diff --git a/packaging/csapi-tizenfx.spec b/packaging/csapi-tizenfx.spec index 2edfc1c..bd50fa9 100644 --- a/packaging/csapi-tizenfx.spec +++ b/packaging/csapi-tizenfx.spec @@ -9,7 +9,7 @@ Name: csapi-tizenfx Summary: Assemblies of Tizen .NET -Version: 4.0.0.295 +Version: 4.0.0.296 Release: 1 Group: Development/Libraries License: Apache-2.0 @@ -144,7 +144,7 @@ rm -fr %{_tizenfx_bin_path} export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true ./build.sh --full ./build.sh --dummy -./build.sh --pack 4.0.0-preview1-00295 +./build.sh --pack 4.0.0-preview1-00296 %install mkdir -p %{buildroot}%{DOTNET_ASSEMBLY_PATH} diff --git a/src/Tizen.WebView/doc/api/Tizen.WebView.md b/src/Tizen.WebView/doc/api/Tizen.WebView.md new file mode 100644 index 0000000..4ff4ad9 --- /dev/null +++ b/src/Tizen.WebView/doc/api/Tizen.WebView.md @@ -0,0 +1,18 @@ +--- +# Copyright (c) 2017 Samsung Electronics Co., Ltd All Rights Reserved +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License + +uid: Tizen.WebView +summary: The Tizen.WebView namespace provides classes for accessing web pages and web content in your application. +--- -- 2.7.4