-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathPackage.nuspec
More file actions
28 lines (28 loc) · 941 Bytes
/
Package.nuspec
File metadata and controls
28 lines (28 loc) · 941 Bytes
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 >
<metadata>
<id>CleanTalk.Antispam</id>
<version>0.0.0.0</version>
<title>CleanTalk.Antispam</title>
<authors>CleanTalk team</authors>
<owners></owners>
<description>CleanTalk service API for C#. It is invisible protection from spam, no captchas, no puzzles, no animals and no math.</description>
<releaseNotes>
</releaseNotes>
<summary>
</summary>
<language>en-US</language>
<projectUrl>https://cleantalk.org</projectUrl>
<iconUrl>https://cleantalk.org/images/icons/icon-32x32.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>Copyright © 2024</copyright>
<references></references>
<tags>CleanTalk Antispam spam</tags>
<dependencies>
<group targetFramework=".NETFramework4.8" />
</dependencies>
</metadata>
<files>
<file src="Build\cleantalk.csharp.dll" target="lib/net48"/>
</files>
</package>