Skip to content

Commit 0bec6af

Browse files
committed
change packageid to Serilog.Sinks.Aliyun-SLS
1 parent c3e23b1 commit 0bec6af

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# Serilog.Sinks.Aliyun
1+
# 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)
22

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

55
### Getting started
66

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

99
```powershell
10-
> dotnet add package Serilog.Sinks.Aliyun
10+
> dotnet add package Serilog.Sinks.Aliyun-SLS
1111
```
1212

1313
Point the logger to Aliyun:

src/Serilog.Sinks.Aliyun/Serilog.Sinks.Aliyun.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</PropertyGroup>
1212

1313
<PropertyGroup>
14+
<PackageID>Serilog.Sinks.Aliyun-SLS</PackageID>
1415
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1516
<PackageReadmeFile>README.md</PackageReadmeFile>
1617
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)