Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/tizen.net.sdk-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down
2 changes: 1 addition & 1 deletion doc/tizen.net.sdk-signing-tpk.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down