Skip to content

Commit d7fc3c0

Browse files
author
Alan Barber
committed
Release 2.1.0
1 parent bd6f2b3 commit d7fc3c0

File tree

10 files changed

+23
-13
lines changed

10 files changed

+23
-13
lines changed
27.8 KB
Binary file not shown.
34.3 KB
Binary file not shown.

src/AspNetCoreWebApp/AspNetCoreWebApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<ItemGroup>
88
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.8" />
9-
<PackageReference Include="NLog" Version="4.5.4" />
9+
<PackageReference Include="NLog" Version="4.5.6" />
1010
<PackageReference Include="NLog.Web.AspNetCore" Version="4.5.4" />
1111
</ItemGroup>
1212

src/ConsoleTestApp/ConsoleTestApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
3939
</Reference>
4040
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
41-
<HintPath>..\packages\NLog.4.5.3\lib\net45\NLog.dll</HintPath>
41+
<HintPath>..\packages\NLog.4.5.6\lib\net45\NLog.dll</HintPath>
4242
</Reference>
4343
<Reference Include="System" />
4444
<Reference Include="System.Configuration" />

src/ConsoleTestApp/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net462" />
4-
<package id="NLog" version="4.5.4" targetFramework="net462" />
4+
<package id="NLog" version="4.5.6" targetFramework="net462" />
55
</packages>

src/NLog.Targets.Splunk.Tests/NLog.Targets.Splunk.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
4646
</Reference>
4747
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
48-
<HintPath>..\packages\NLog.4.5.4\lib\net45\NLog.dll</HintPath>
48+
<HintPath>..\packages\NLog.4.5.6\lib\net45\NLog.dll</HintPath>
4949
</Reference>
5050
<Reference Include="System" />
5151
<Reference Include="System.Configuration" />

src/NLog.Targets.Splunk.Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net462" />
4-
<package id="NLog" version="4.5.4" targetFramework="net462" />
4+
<package id="NLog" version="4.5.6" targetFramework="net462" />
55
<package id="xunit" version="2.3.1" targetFramework="net462" />
66
<package id="xunit.abstractions" version="2.0.1" targetFramework="net46" />
77
<package id="xunit.analyzers" version="0.9.0" targetFramework="net462" />

src/NLog.Targets.Splunk/NLog.Targets.Splunk.csproj

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>
@@ -13,13 +13,10 @@
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 -->

src/build-nuget-packages.cmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@ECHO OFF
2+
PowerShell.exe -Command "& '%~dpn0.ps1'"
3+
PAUSE

src/build-nuget-packages.ps1

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Param(
2+
[Parameter(Mandatory=$True)]
3+
[string]$versionSuffix
4+
)
5+
cd .\NLog.Targets.Splunk
6+
Write-Output "Building release $versionSuffix nuget packages..."
7+
dotnet pack --configuration Release --include-symbols --version-suffix $versionSuffix
8+
Write-Output "Moving $versionSuffix nuget packages to releases folder..."
9+
Move-Item .\bin\Release\*.nupkg ..\..\releases -Force
10+
Write-Output "Done."

0 commit comments

Comments
 (0)