Skip to content

Commit

Permalink
Updated AWS SDK CloudWatchLogs package to 3.7.1
Browse files Browse the repository at this point in the history
Cimpress-MCP#140

3.7.1 is the lowest mapped version that works with AWSSDK.Core
  • Loading branch information
Khalil committed Jul 19, 2024
1 parent 4d0a7a8 commit 51fe2d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
using Serilog.Events;
using Serilog.Formatting;
using Serilog.Sinks.PeriodicBatching;
using LogEvent = Serilog.Events.LogEvent;

namespace Serilog.Sinks.AwsCloudWatch
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>A Serilog sink that logs to AWS CloudWatch</Description>
<AssemblyTitle>AWS Cloud Watch Serilog Sink</AssemblyTitle>
Expand Down Expand Up @@ -28,7 +28,7 @@
<None Include="../../readme.md" pack="true" PackagePath="." />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AWSSDK.CloudWatchLogs" Version="[3.5.0.9,)" />
<PackageReference Include="AWSSDK.CloudWatchLogs" Version="3.7.1" />
<!-- This has to be here to prevent breaking Serilog.Formatting.Json.JSonFormatter, see https://github.com/Cimpress-MCP/serilog-sinks-awscloudwatch/issues/131 -->
<PackageReference Include="Serilog" Version="[3.0.0,)" />
<PackageReference Include="Serilog.Sinks.PeriodicBatching" Version="[3.1.0,)" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
using System.Threading.Tasks;
using Xunit;
using Xunit.Abstractions;
using LogEvent = Serilog.Events.LogEvent;

namespace Serilog.Sinks.AwsCloudWatch.Tests
{
Expand Down

0 comments on commit 51fe2d1

Please sign in to comment.