/tdlib.native

Native platform-dependent builds for tdlib

Primary LanguagePowerShellBoost Software License 1.0BSL-1.0

tdlib.native NuGet

This is the project to pack tdlib binaries for multiple common platforms.

How to build

Push a version tag (v1.x.x) to this repository. CI servers will do their job and upload the artifacts to the Releases page.

How to pack to NuGet

Pack script requires NuGet 5 to be installed on a machine.

$ pwsh ./common/download-release.ps1
$ pwsh ./common/nuget-pack.ps1

Then upload the build/tdlib.native.<VERSION>.nupkg to the NuGet server.