From 0537fe592ce42ec3f392d4e9158535ec357206b6 Mon Sep 17 00:00:00 2001 From: hhes0225 <43839695+hhes0225@users.noreply.github.com> Date: Mon, 8 Oct 2018 01:17:11 +0900 Subject: [PATCH 1/2] fix typo error --- doc/tizen.net.sdk-signing-tpk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tizen.net.sdk-signing-tpk.md b/doc/tizen.net.sdk-signing-tpk.md index ec8093d..3f7719e 100644 --- a/doc/tizen.net.sdk-signing-tpk.md +++ b/doc/tizen.net.sdk-signing-tpk.md @@ -25,7 +25,7 @@ Build succeeded. ## Sign with User Certificate If you are developing a Tizen application on VS2017, you can manage your certificates through `Certificate Manager`. (see the [certificate manager](https://github.sec.samsung.net/dotnet/vs-tools-cps/blob/master/docs/tools/certificate-manager.md)) -Then you can build with your cetificate in Visual Studio. +Then you can build with your certificate in Visual Studio. Otherwise, you can pass the certificate information to `Tizen.NET.Sdk` via the property. From b62a7fd73e4c3d78dfd9667a32a814bfa918f085 Mon Sep 17 00:00:00 2001 From: hhes0225 <43839695+hhes0225@users.noreply.github.com> Date: Mon, 8 Oct 2018 01:37:50 +0900 Subject: [PATCH 2/2] fix typo error --- doc/tizen.net.sdk-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tizen.net.sdk-reference.md b/doc/tizen.net.sdk-reference.md index f4bbbe9..9e87c6e 100644 --- a/doc/tizen.net.sdk-reference.md +++ b/doc/tizen.net.sdk-reference.md @@ -30,7 +30,7 @@ Represents user files to tpk package #### TizenTpkUserExcludeFiles -Represents files to exclude from tpk. ('*' can be used only when the files exists on project.) +Represents files to exclude from tpk. ('*' can be used only when the files exist on project.) > Assemby files(.dll) can be excluded by specific filename.