Skip to content

Commit

Permalink
Merge pull request #125 from thoean/test
Browse files Browse the repository at this point in the history
Remove Appveyor from readme
  • Loading branch information
thoean committed Mar 15, 2024
2 parents 24ee623 + ab30cd5 commit ddf4940
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This Serilog Sink allows to log to [AWS CloudWatch](https://aws.amazon.com/cloud

## Version and build status

[![NuGet version](https://badge.fury.io/nu/Serilog.Sinks.AwsCloudWatch.svg)](https://badge.fury.io/nu/Serilog.Sinks.AwsCloudWatch) ![Build status](https://ci.appveyor.com/api/projects/status/github/Cimpress-MCP/serilog-sinks-awscloudwatch?branch=master&svg=true)
[![NuGet version](https://badge.fury.io/nu/Serilog.Sinks.AwsCloudWatch.svg)](https://badge.fury.io/nu/Serilog.Sinks.AwsCloudWatch)

## Usage
There are two important aspects for configuring this library. The first is providing the configuration options necessary via the [`ICloudWatchSinkOptions` implementation](#CloudWatchSinkOptions). And the second is [configuring the AWS Credentials](#Configuring-Credentials). Both of these are required to log to CloudWatch.
Expand Down
2 changes: 0 additions & 2 deletions serilog-sinks-awscloudwatch.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{509789A5-9909-4E22-950C-9CFD085BE7BF}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
build.ps1 = build.ps1
global.json = global.json
EndProjectSection
EndProject
Expand Down

0 comments on commit ddf4940

Please sign in to comment.