-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathtdlib.native.nuspec
27 lines (27 loc) · 1.11 KB
/
tdlib.native.nuspec
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
<?xml version="1.0" encoding="utf-8"?>
<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-x64" version="$version$" />
<dependency id="tdlib.native.osx-arm64" version="$version$" />
<dependency id="tdlib.native.osx-x64" version="$version$" />
<dependency id="tdlib.native.win-x64" version="$version$" />
</dependencies>
</metadata>
<files>
<file src="README.md" />
<file src="CHANGELOG.md" />
<file src="LICENSE_1_0.txt" />
</files>
</package>