forked from 2020Legal/NLog.Targets.Gelf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNLog.Targets.Gelf.nuspec
24 lines (24 loc) · 1.18 KB
/
NLog.Targets.Gelf.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>NLog.Targets.Gelf</id>
<version>{Version}</version>
<title>NLog.Targets.Gelf</title>
<authors>2020 Legal</authors>
<owners>2020 Legal</owners>
<licenseUrl>/~https://github.com/2020Legal/NLog.Targets.Gelf/blob/master/LICENSE</licenseUrl>
<projectUrl>/~https://github.com/2020Legal/NLog.Targets.Gelf</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
NLog Target for GrayLog2, DISCLAIMER: until v1 is release then we can't promise to follow SemVer therefore we might introduce breaking changes in a patch or minor release. </description>
<summary>NLog Target for GrayLog2, DISCLAIMER: until v1 is release then we can't promise to follow SemVer therefore we might introduce breaking changes in a patch or minor release. </summary>
<tags>gelf,graylog2,nlog</tags>
<releaseNotes />
<copyright>Copyright 2014</copyright>
<language />
<dependencies>
<dependency id="Newtonsoft.Json" version="5.0.0" />
<dependency id="NLog" version="2.0.0.2000" />
</dependencies>
</metadata>
</package>