-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNChronicle.SMTP.nuspec
46 lines (44 loc) · 2.77 KB
/
NChronicle.SMTP.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0"?>
<package>
<metadata>
<id>NChronicle.SMTP</id>
<title>NChronicle.SMTP</title>
<version>1.1.1</version>
<authors>Andy James</authors>
<owners>Andy James</owners>
<licenseUrl>https://git.npanda.io/NChronicle/NChronicle.SMTP/raw/master/LICENSE</licenseUrl>
<projectUrl>https://git.npanda.io/NChronicle/NChronicle.SMTP</projectUrl>
<iconUrl>https://git.npanda.io/uploads/-/system/project/avatar/9/NChronicle_Logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>
NChronicle is an extensible logging and output library allowing centralized management and distribution of log messages to a number of logging destinations (known as 'Libraries'). NChronicle.SMTP is a comprehensive SMTP email Library sending log messages in customizable email messages.
</summary>
<description>
NChronicle is an extensible logging and output library allowing centralized management and distribution of log messages to a number of logging destinations (known as 'Libraries').
NChronicle.SMTP is a comprehensive SMTP email Library sending log messages in customizable email messages. It includes all the expected options to ignore and/or listen solely to certain log messages via level and/or tags, completely customize the email body (with HTML) and/or subject line, sending to one or many recipients. Further features included are sending via an SMTP using SSL, sending via pickup directories, asynchronism, suppression of duplicate logs for a time, and - of course - NChronicle.SMTP is fully configurable programmatically or via watched XML.
Further Libraries planned for the NChronicle logging framework include NChronicle.API and NChronicle.Owin.
</description>
<dependencies>
<group>
<dependency id="NChronicle.Core" version="1.1.1" />
</group>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework="net40" />
<frameworkAssembly assemblyName="System.Core" targetFramework="net40" />
<frameworkAssembly assemblyName="System.Xml" targetFramework="net40" />
</frameworkAssemblies>
<language>en-US</language>
<releaseNotes>
Added documentation to intellisense
</releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>NChronicle Events Audit Logging Log Trail Recording History Tracking Output SMTP Email Iis Output Directory SSL TLS</tags>
</metadata>
<files>
<file src="bin/Release/netfx4.0/NChronicle.SMTP.dll" target="lib\net40" />
<file src="bin/Release/netfx4.0/NChronicle.SMTP.XML" target="lib\net40" />
<file src="bin/Release/netstandard2.0/NChronicle.SMTP.dll" target="lib\netstandard2.0" />
<file src="bin/Release/netstandard2.0/NChronicle.SMTP.xml" target="lib\netstandard2.0" />
</files>
</package>