Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Barber committed Jun 8, 2018
1 parent bd6f2b3 commit d7fc3c0
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 13 deletions.
Binary file added releases/NLog.Targets.Splunk.2.1.0.nupkg
Binary file not shown.
Binary file added releases/NLog.Targets.Splunk.2.1.0.symbols.nupkg
Binary file not shown.
2 changes: 1 addition & 1 deletion src/AspNetCoreWebApp/AspNetCoreWebApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.8" />
<PackageReference Include="NLog" Version="4.5.4" />
<PackageReference Include="NLog" Version="4.5.6" />
<PackageReference Include="NLog.Web.AspNetCore" Version="4.5.4" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/ConsoleTestApp/ConsoleTestApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.5.3\lib\net45\NLog.dll</HintPath>
<HintPath>..\packages\NLog.4.5.6\lib\net45\NLog.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
Expand Down
2 changes: 1 addition & 1 deletion src/ConsoleTestApp/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net462" />
<package id="NLog" version="4.5.4" targetFramework="net462" />
<package id="NLog" version="4.5.6" targetFramework="net462" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.5.4\lib\net45\NLog.dll</HintPath>
<HintPath>..\packages\NLog.4.5.6\lib\net45\NLog.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
Expand Down
2 changes: 1 addition & 1 deletion src/NLog.Targets.Splunk.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net462" />
<package id="NLog" version="4.5.4" targetFramework="net462" />
<package id="NLog" version="4.5.6" targetFramework="net462" />
<package id="xunit" version="2.3.1" targetFramework="net462" />
<package id="xunit.abstractions" version="2.0.1" targetFramework="net46" />
<package id="xunit.analyzers" version="0.9.0" targetFramework="net462" />
Expand Down
13 changes: 5 additions & 8 deletions src/NLog.Targets.Splunk/NLog.Targets.Splunk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<Title>NLog.Targets.Splunk</Title>
<Description>A NLog target for Splunk Http Event Collector (HEC) Sender</Description>
<Description>A NLog target for Splunk's Http Event Collector (HEC) Sender</Description>
<Authors>Alan Barber</Authors>
<CurrentYear>$([System.DateTime]::Now.ToString(yyyy))</CurrentYear>
<Copyright>Copyright (c) $(CurrentYear) Alan Barber, Copyright 2013-2015 Splunk, Inc. </Copyright>
Expand All @@ -13,13 +13,10 @@
<PackageLicenseUrl>https://github.com/AlanBarber/NLog.Targets.Splunk/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>git://github.com/AlanBarber/NLog.Targets.Splunk</RepositoryUrl>
<Version>2.1.0-rc03</Version>
<PackageReleaseNotes>Version 2.1.0-rc03
- Updated NLog version from 4.5.3 to 4.5.4
Version 2.1.0-rc02
<Version>2.1.0</Version>
<PackageReleaseNotes>Version 2.1.0
- Updated NLog version from 4.5.3 to 4.5.6
- Adding 'IgnoreSslErrors' property to config to allow for using Splunk with self signed certs
- Speical thanks to Rolf Kristensen (https://github.com/snakefoot) for help with this release!
Version 2.1.0-rc01
- updated to work with NLog's paremeter tooling
- adding abilty to toggle logging of parameters on or off
- several performance updates
Expand All @@ -37,7 +34,7 @@ Verison 0.0.1
<!--common NuGet package refs -->
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="NLog" Version="4.5.4" />
<PackageReference Include="NLog" Version="4.5.6" />
</ItemGroup>

<!--.NET Standard 2.0 config -->
Expand Down
3 changes: 3 additions & 0 deletions src/build-nuget-packages.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@ECHO OFF
PowerShell.exe -Command "& '%~dpn0.ps1'"
PAUSE
10 changes: 10 additions & 0 deletions src/build-nuget-packages.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Param(
[Parameter(Mandatory=$True)]
[string]$versionSuffix
)
cd .\NLog.Targets.Splunk
Write-Output "Building release $versionSuffix nuget packages..."
dotnet pack --configuration Release --include-symbols --version-suffix $versionSuffix
Write-Output "Moving $versionSuffix nuget packages to releases folder..."
Move-Item .\bin\Release\*.nupkg ..\..\releases -Force
Write-Output "Done."

0 comments on commit d7fc3c0

Please sign in to comment.