Skip to content

Commit

Permalink
change packageid to Serilog.Sinks.Aliyun-SLS
Browse files Browse the repository at this point in the history
  • Loading branch information
RayMMond committed Aug 15, 2023
1 parent c3e23b1 commit 0bec6af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Serilog.Sinks.Aliyun
# Serilog.Sinks.Aliyun [![release](https://github.com/RayMMond/serilog-sinks-aliyun/actions/workflows/publish.yml/badge.svg?branch=main&event=release)](https://github.com/RayMMond/serilog-sinks-aliyun/actions/workflows/publish.yml) [![NuGet](https://img.shields.io/nuget/v/Serilog.Sinks.Aliyun-SLS.svg)](https://nuget.org/packages/serilog.sinks.aliyun-sls)

A Serilog sink that writes events to the [Aliyun SLS](https://help.aliyun.com/zh/sls/).

### Getting started

Install _Serilog.Sinks.Aliyun_ into your .NET project:
Install _Serilog.Sinks.Aliyun-SLS_ into your .NET project:

```powershell
> dotnet add package Serilog.Sinks.Aliyun
> dotnet add package Serilog.Sinks.Aliyun-SLS
```

Point the logger to Aliyun:
Expand Down
1 change: 1 addition & 0 deletions src/Serilog.Sinks.Aliyun/Serilog.Sinks.Aliyun.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
</PropertyGroup>

<PropertyGroup>
<PackageID>Serilog.Sinks.Aliyun-SLS</PackageID>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 0bec6af

Please sign in to comment.