forked from nilnull/AIM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPackage.nuspec
21 lines (21 loc) · 993 Bytes
/
Package.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>AIM</id>
<version>1.1.1</version>
<authors>Araz Farhang Dareshuri</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>https://github.com/nilnull/AIM</projectUrl>
<iconUrl>https://raw.githubusercontent.com/nilnull/AIM/master/AegisImplictMail/implicitMail.ico</iconUrl>
<description>Aegis Implicit Mail is a free and open source library which is designed to
provide fast and developer friendly API to send emails using SMTP ports.</description>
<releaseNotes>Code quality improved</releaseNotes>
<copyright>$copyright$</copyright>
<tags>AIM, SSL mail , AegisImplicitMail, SMTP, Implicit Mail, Server, Explicit Mail , Ss,l TLS , email, send, mime, smime, S/mime</tags>
<dependencies>
<group targetFramework=".NETStandard2.1">
<dependency id="SampleDependency" version="1.0.0" />
</group>
</dependencies>
</metadata>
</package>