From 5abcf24f1fe5adffa5744c5bebef1e48bea5a1fa Mon Sep 17 00:00:00 2001 From: levlam Date: Sat, 25 Mar 2023 09:16:52 +0300 Subject: [PATCH] Update UWP example README. --- example/uwp/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/uwp/README.md b/example/uwp/README.md index 394047014..674aa651d 100644 --- a/example/uwp/README.md +++ b/example/uwp/README.md @@ -24,6 +24,8 @@ If you need to restart the build from scratch, call `.\build.ps1 -vcpkg_root C:\ After this `TDLib` can be used from any UWP project, built in Visual Studio. +Alternatively, you can build `TDLib` as a NuGet package, adding the option `-nupkg` to the `.\build.ps1` script invocation. The resulting package will be placed in the directory `build-uwp\nupkg`. + ## Example of usage The `app/` directory contains a simple example of a C# application for Universal Windows Platform. Just open it with Visual Studio 2015 or later and run.