-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathtdlib.native.nuspec
More file actions
36 lines (33 loc) · 1.4 KB
/
tdlib.native.nuspec
File metadata and controls
36 lines (33 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: 2018-2025 tdlib.native contributors <https://github.com/ForNeVeR/tdlib.native>
SPDX-License-Identifier: BSL-1.0
-->
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>tdlib.native</id>
<version>$version$</version>
<authors>tdlib.native</authors>
<license type="expression">$licenseExpression$</license>
<licenseUrl>https://licenses.nuget.org/$licenseExpression$</licenseUrl>
<readme>README.md</readme>
<projectUrl>$projectUrl$</projectUrl>
<description>$description$</description>
<releaseNotes>$releaseNotes$</releaseNotes>
<copyright>$copyright$</copyright>
<tags>$tags$</tags>
<dependencies>
<dependency id="tdlib.native.linux-arm64" version="$version$" />
<dependency id="tdlib.native.linux-x64" version="$version$" />
<dependency id="tdlib.native.osx-arm64" version="$version$" />
<dependency id="tdlib.native.osx-x64" version="$version$" />
<dependency id="tdlib.native.win-arm64" version="$version$" />
<dependency id="tdlib.native.win-x64" version="$version$" />
</dependencies>
</metadata>
<files>
<file src="README.md" />
<file src="CHANGELOG.md" />
<file src="LICENSE.txt" />
</files>
</package>