diff --git a/appveyor.yml b/appveyor.yml index 396e0ef..f7194df 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ version: '{build}' skip_tags: true -image: Visual Studio 2017 +image: Visual Studio 2019 configuration: Release build_script: - ps: ./Build.ps1 diff --git a/assets/serilog-enricher-nuget.png b/assets/serilog-enricher-nuget.png new file mode 100644 index 0000000..0a1173e Binary files /dev/null and b/assets/serilog-enricher-nuget.png differ diff --git a/src/Serilog.Enrichers.Thread/Serilog.Enrichers.Thread.csproj b/src/Serilog.Enrichers.Thread/Serilog.Enrichers.Thread.csproj index 59e0a05..29dfeaf 100644 --- a/src/Serilog.Enrichers.Thread/Serilog.Enrichers.Thread.csproj +++ b/src/Serilog.Enrichers.Thread/Serilog.Enrichers.Thread.csproj @@ -1,4 +1,4 @@ - + Enrich Serilog events with properties from the current thread. @@ -13,9 +13,9 @@ true Serilog.Enrichers.Thread serilog;thread;enricher - http://serilog.net/images/serilog-enricher-nuget.png + serilog-enricher-nuget.png http://serilog.net - http://www.apache.org/licenses/LICENSE-2.0 + Apache-2.0 false @@ -28,6 +28,13 @@ + + + True + + + + $(DefineConstants);THREAD_NAME