This is the project to pack tdlib binaries for multiple common platforms.
Push a version tag (v1.x.x
) to this repository. CI servers will do their job
and upload the artifacts to the Releases page.
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.