-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProgress.Sitefinity.LiveChat.nuspec
More file actions
28 lines (26 loc) · 1.27 KB
/
Progress.Sitefinity.LiveChat.nuspec
File metadata and controls
28 lines (26 loc) · 1.27 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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Progress.Sitefinity.LiveChat</id>
<version>1.0.8</version>
<title>Progress.Sitefinity.LiveChat</title>
<description>LiveChat Module for Progress Sitefinty CMS</description>
<authors>Progress Software Corporation</authors>
<owners>Progress Software Corporation</owners>
<iconUrl>http://www.sitefinity.com/sitefinityImages/default-source/sitefinity-nuget/progresslogo.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="file">LicenseAgreements\License.txt</license>
<copyright>Copyright © 2005-2021 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.</copyright>
<language>en-US</language>
<tags>livechat chat sitefinity</tags>
<dependencies>
<dependency id="Telerik.Sitefinity.Core" version="14.0.7700" />
<dependency id="Telerik.Sitefinity.Feather.Core" version="14.0.7700" />
<dependency id="Telerik.Sitefinity.Mvc" version="14.0.7700" />
</dependencies>
</metadata>
<files>
<file src="bin\LiveChat.dll" target="lib\net480" />
<file src="LicenseAgreements\License.txt" target="LicenseAgreements" />
</files>
</package>