Skip to content

Commit 795ec9f

Browse files
authored
Readme and package license fix
1 parent 7778bae commit 795ec9f

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Serilog.Sinks.Splunk
22

3-
[![Build status](https://ci.appveyor.com/api/projects/status/yt40wg34t8oj61al?svg=true)](https://ci.appveyor.com/project/serilog/serilog-sinks-splunk) ![NuGet Version](https://buildstats.info/nuget/Serilog.Sinks.Splunk)
4-
[![Join the chat at https://gitter.im/serilog/serilog](https://img.shields.io/gitter/room/serilog/serilog.svg)](https://gitter.im/serilog/serilog)
3+
![Build Status](https://github.com/serilog-contrib/serilog-sinks-splunk/actions/workflows/ci.yml/badge.svg?branch=dev)
4+
[![NuGet Version](https://buildstats.info/nuget/Serilog.Sinks.Splunk)](https://www.nuget.org/packages/Serilog.Sinks.Splunk)
5+
[![Join the chat at https://gitter.im/serilog/serilog](https://img.shields.io/gitter/room/serilog/serilog.svg)](https://gitter.im/serilog/serilog)
56

67
A Serilog sink that writes events to the [Splunk](https://splunk.com). Supports .NET 4.5+, .NET Core, and platforms compatible with the [.NET Platform Standard](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) `net45`, `netstandard1.1`, `netstandard2.0`.
78

@@ -63,11 +64,5 @@ If using `appsettings.json` for configuration the following example illustrates
6364
```
6465

6566
More information about Serilog is available on the [wiki](https://github.com/serilog/serilog-sinks-splunk/wiki).
66-
### Build status
6767

68-
Branch | AppVeyor
69-
------------- | -------------
70-
master | [![Build status](https://ci.appveyor.com/api/projects/status/yt40wg34t8oj61al/branch/master?svg=true)](https://ci.appveyor.com/project/serilog/serilog-sinks-splunk/branch/master)
71-
dev | [![Build status](https://ci.appveyor.com/api/projects/status/yt40wg34t8oj61al/branch/dev?svg=true)](https://ci.appveyor.com/project/serilog/serilog-sinks-splunk/branch/dev)
72-
73-
_Serilog is copyright © 2013-2016 Serilog Contributors - Provided under the [Apache License, Version 2.0](http://apache.org/licenses/LICENSE-2.0.html). Needle and thread logo a derivative of work by [Kenneth Appiah](http://www.kensets.com/)._
68+
_Serilog is copyright © 2013-2024 Serilog Contributors - Provided under the [Apache License, Version 2.0](http://apache.org/licenses/LICENSE-2.0.html). Needle and thread logo a derivative of work by [Kenneth Appiah](http://www.kensets.com/)._

src/Serilog.Sinks.Splunk/Serilog.Sinks.Splunk.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<LangVersion>latest</LangVersion>
2323
<IsPackable>true</IsPackable>
2424
<PackageReadmeFile>README.md</PackageReadmeFile>
25+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
2526
</PropertyGroup>
2627

2728
<ItemGroup>

src/Serilog.Sinks.TCP/Serilog.Sinks.Splunk.TCP.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<SignAssembly>true</SignAssembly>
2020
<IsPackable>true</IsPackable>
2121
<PackageReadmeFile>README.md</PackageReadmeFile>
22+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
2223
</PropertyGroup>
2324

2425
<ItemGroup>

src/Serilog.Sinks.UDP/Serilog.Sinks.Splunk.UDP.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<SignAssembly>true</SignAssembly>
2020
<IsPackable>true</IsPackable>
2121
<PackageReadmeFile>README.md</PackageReadmeFile>
22+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
2223
</PropertyGroup>
2324

2425
<ItemGroup>

0 commit comments

Comments
 (0)