Skip to content

Commit

Permalink
Release 2024-12-11 (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-dotnet-automation authored Dec 11, 2024
1 parent 4104d48 commit fe085e9
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 50 deletions.
50 changes: 25 additions & 25 deletions .autover/autover.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"Projects": [
{
"Name": "AWS.Logger.AspNetCore",
"Path": "src/AWS.Logger.AspNetCore/AWS.Logger.AspNetCore.csproj"
},
{
"Name": "AWS.Logger.Core",
"Path": "src/AWS.Logger.Core/AWS.Logger.Core.csproj"
},
{
"Name": "AWS.Logger.Log4net",
"Path": "src/AWS.Logger.Log4net/AWS.Logger.Log4net.csproj"
},
{
"Name": "AWS.Logger.SeriLog",
"Path": "src/AWS.Logger.SeriLog/AWS.Logger.SeriLog.csproj"
},
{
"Name": "NLog.AWS.Logger",
"Path": "src/NLog.AWS.Logger/NLog.AWS.Logger.csproj"
}
],
"UseCommitsForChangelog": false,
"DefaultIncrementType": "Patch",
"ChangeFilesDetermineIncrementType": true
"Projects": [
{
"Name": "AWS.Logger.AspNetCore",
"Path": "src/AWS.Logger.AspNetCore/AWS.Logger.AspNetCore.csproj"
},
{
"Name": "AWS.Logger.Core",
"Path": "src/AWS.Logger.Core/AWS.Logger.Core.csproj"
},
{
"Name": "AWS.Logger.Log4net",
"Path": "src/AWS.Logger.Log4net/AWS.Logger.Log4net.csproj"
},
{
"Name": "AWS.Logger.SeriLog",
"Path": "src/AWS.Logger.SeriLog/AWS.Logger.SeriLog.csproj"
},
{
"Name": "NLog.AWS.Logger",
"Path": "src/NLog.AWS.Logger/NLog.AWS.Logger.csproj"
}
],
"UseCommitsForChangelog": false,
"DefaultIncrementType": "Patch",
"ChangeFilesDetermineIncrementType": true
}
18 changes: 0 additions & 18 deletions .autover/changes/f2cd4eda-bee4-4d41-9170-f8fdbe497a13.json

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Release 2024-12-11

### AWS.Logger.AspNetCore (3.5.4)
* Update package dependencies to address security vulnerabilities
### AWS.Logger.SeriLog (3.4.4)
* Update package dependencies to address security vulnerabilities

## Release 2024-05-22

### AWS.Logger.Core (3.3.3)
Expand Down
4 changes: 2 additions & 2 deletions src/AWS.Logger.AspNetCore/AWS.Logger.AspNetCore.csproj
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>
<TargetFramework>netstandard2.0</TargetFramework>
Expand All @@ -22,7 +22,7 @@

<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\public.snk</AssemblyOriginatorKeyFile>
<Version>3.5.3</Version>
<Version>3.5.4</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/AWS.Logger.Core/AWS.Logger.Core.csproj
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>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
Expand Down
2 changes: 1 addition & 1 deletion src/AWS.Logger.Log4net/AWS.Logger.Log4net.csproj
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>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
Expand Down
4 changes: 2 additions & 2 deletions src/AWS.Logger.SeriLog/AWS.Logger.SeriLog.csproj
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>
<TargetFrameworks>netstandard2.0;net45;net46</TargetFrameworks>
Expand All @@ -22,7 +22,7 @@

<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\public.snk</AssemblyOriginatorKeyFile>
<Version>3.4.3</Version>
<Version>3.4.4</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/NLog.AWS.Logger/NLog.AWS.Logger.csproj
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>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
Expand Down

0 comments on commit fe085e9

Please sign in to comment.