-
Notifications
You must be signed in to change notification settings - Fork 1
/
TIM.nuspec
25 lines (25 loc) · 1.03 KB
/
TIM.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>tim</id>
<version>3.3.5.22018</version>
<title>TIM</title>
<authors>Tencent</authors>
<owners>zed anjia0532</owners>
<iconUrl>https://raw.githubusercontent.com/ZeddG93/chocolatey-tim/master/TIMLogo.png</iconUrl>
<licenseUrl>http://play.mobile.qq.com/yy/eim/help/serverinfo.html</licenseUrl>
<projectUrl>https://tim.qq.com/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>TIM —— Make team communication and collaboration easier</description>
<summary>TIM —— Tencent Instant Messaging</summary>
<releaseNotes />
<copyright>Copyright © 1998-2021 Tencent. All Rights Reserved.</copyright>
<tags>TIM tencent im QQ admin</tags>
<dependencies>
</dependencies>
<packageSourceUrl>https://github.com/ZeddG93/chocolatey-tim</packageSourceUrl>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>