-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNChronicle.Console.nuspec
49 lines (47 loc) · 2.79 KB
/
NChronicle.Console.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
47
48
49
<?xml version="1.0"?>
<package >
<metadata>
<id>NChronicle.Console</id>
<title>NChronicle.Console</title>
<version>1.1.1</version>
<authors>Andy James</authors>
<owners>Andy James</owners>
<licenseUrl>https://git.npanda.io/NChronicle/NChronicle.Console/raw/master/LICENSE</licenseUrl>
<projectUrl>https://git.npanda.io/NChronicle/NChronicle.Console</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.Console is a highly configurable NChronicle Library dispatching log messages to STDOUT / the Console.
</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.Console is a highly configurable console logging Library for the NChronicle logging framework. NChronicle.Console includes options to ignore and/or listen solely to certain log messages via level and/or tags, completely customize the output format (date/time format specification, conditionals, and arguments), specify time zone, and of course customize colors.
Further Libraries planned for the NChronicle logging framework include NChronicle.File, NChronicle.Email, NChronicle.API and NChronicle.Owin.
</description>
<dependencies>
<group>
<dependency id="NChronicle.Core" version="1.1.1" />
</group>
<group targetFramework="netstandard1.4">
<dependency id="NChronicle.Core" version="1.1.1" />
<dependency id="System.Threading.Thread" version="4.3.0" />
</group>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" 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 Console STDOUT Interactive</tags>
</metadata>
<files>
<file src="bin/Release/netfx4.0/NChronicle.Console.dll" target="lib\net40" />
<file src="bin/Release/netfx4.0/NChronicle.Console.XML" target="lib\net40" />
<file src="bin/Release/netstandard1.4/NChronicle.Console.dll" target="lib\netstandard1.4" />
<file src="bin/Release/netstandard1.4/NChronicle.Console.xml" target="lib\netstandard1.4" />
</files>
</package>