-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
36 lines (31 loc) · 1.32 KB
/
Directory.Build.props
File metadata and controls
36 lines (31 loc) · 1.32 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
<!--
SPDX-FileCopyrightText: 2018-2026 tdlib.native contributors <https://github.com/ForNeVeR/tdlib.native>
SPDX-License-Identifier: BSL-1.0
-->
<Project>
<PropertyGroup Label="Packaging">
<!-- REUSE-IgnoreStart -->
<VersionPrefix>1.8.63</VersionPrefix>
<PackageLicenseExpression>BSL-1.0</PackageLicenseExpression>
<Copyright>
2018-2026 TDLib authors,
2018-2026 tdlib.native contributors
</Copyright>
<PackageProjectUrl>https://github.com/ForNeVeR/tdlib.native</PackageProjectUrl>
<Description>NuGet packaging for tdlib: Telegram client library.</Description>
<PackageTags>telegram</PackageTags>
<!-- REUSE-IgnoreEnd -->
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ChangelogAutomation.MSBuild" Version="3.0.5" PrivateAssets="All" />
<Content Include="LICENSE.txt" PackagePath="/" />
<Content Include="README.md" PackagePath="/" />
<Content Include="CHANGELOG.md" PackagePath="/" />
</ItemGroup>
<PropertyGroup>
<ChangelogFilePath>CHANGELOG.md</ChangelogFilePath>
<PackageReadmeFile>README.md</PackageReadmeFile>
<TargetFramework>native</TargetFramework>
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
</PropertyGroup>
</Project>