33 <PropertyGroup >
44 <TargetFrameworks >net45;netstandard2.0</TargetFrameworks >
55 <Title >NLog.Targets.Splunk</Title >
6- <Description >A NLog target for Splunk Http Event Collector (HEC) Sender</Description >
6+ <Description >A NLog target for Splunk's Http Event Collector (HEC) Sender</Description >
77 <Authors >Alan Barber</Authors >
88 <CurrentYear >$([System.DateTime]::Now.ToString(yyyy))</CurrentYear >
99 <Copyright >Copyright (c) $(CurrentYear) Alan Barber, Copyright 2013-2015 Splunk, Inc. </Copyright >
1313 <PackageLicenseUrl >https://github.com/AlanBarber/NLog.Targets.Splunk/blob/master/LICENSE</PackageLicenseUrl >
1414 <RepositoryType >git</RepositoryType >
1515 <RepositoryUrl >git://github.com/AlanBarber/NLog.Targets.Splunk</RepositoryUrl >
16- <Version >2.1.0-rc03</Version >
17- <PackageReleaseNotes >Version 2.1.0-rc03
18- - Updated NLog version from 4.5.3 to 4.5.4
19- Version 2.1.0-rc02
16+ <Version >2.1.0</Version >
17+ <PackageReleaseNotes >Version 2.1.0
18+ - Updated NLog version from 4.5.3 to 4.5.6
2019- Adding 'IgnoreSslErrors' property to config to allow for using Splunk with self signed certs
21- - Speical thanks to Rolf Kristensen (https://github.com/snakefoot) for help with this release!
22- Version 2.1.0-rc01
2320- updated to work with NLog's paremeter tooling
2421- adding abilty to toggle logging of parameters on or off
2522- several performance updates
@@ -37,7 +34,7 @@ Verison 0.0.1
3734 <!-- common NuGet package refs -->
3835 <ItemGroup >
3936 <PackageReference Include =" Newtonsoft.Json" Version =" 11.0.2" />
40- <PackageReference Include =" NLog" Version =" 4.5.4 " />
37+ <PackageReference Include =" NLog" Version =" 4.5.6 " />
4138 </ItemGroup >
4239
4340 <!-- .NET Standard 2.0 config -->
0 commit comments