Skip to content

Commit 43a4f09

Browse files
authored
Release Google.Cloud.Logging.Console version 1.3.1 (#13826)
Changes in this release: No API surface changes, just an update of the Microsoft.Extensions.Logging.Console dependency. This transitively updates System.Text.Json, addressing a security vulnerability in the earlier version.
1 parent 105a80a commit 43a4f09

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

apis/Google.Cloud.Logging.Console/Google.Cloud.Logging.Console/Google.Cloud.Logging.Console.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<Version>1.3.0</Version>
4+
<Version>1.3.1</Version>
55
<TargetFrameworks>netstandard2.0</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>ConsoleFormatter for Google Cloud Logging.</Description>
@@ -12,6 +12,6 @@
1212
</PropertyGroup>
1313
<ItemGroup>
1414
<PackageReference Include="ConfigureAwaitChecker.Analyzer" PrivateAssets="All" />
15-
<PackageReference Include="Microsoft.Extensions.Logging.Console" VersionOverride="6.0.0" />
15+
<PackageReference Include="Microsoft.Extensions.Logging.Console" VersionOverride="6.0.1" />
1616
</ItemGroup>
1717
</Project>

apis/Google.Cloud.Logging.Console/docs/history.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Version history
22

3+
## Version 1.3.1, released 2024-11-18
4+
5+
No API surface changes, just an update of the Microsoft.Extensions.Logging.Console dependency. This transitively updates System.Text.Json, addressing a security vulnerability in the earlier version.
6+
37
## Version 1.3.0, released 2024-03-26
48

59
### New features

apis/apis.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3065,7 +3065,7 @@
30653065
},
30663066
{
30673067
"id": "Google.Cloud.Logging.Console",
3068-
"version": "1.3.0",
3068+
"version": "1.3.1",
30693069
"type": "other",
30703070
"metadataType": "INTEGRATION",
30713071
"targetFrameworks": "netstandard2.0",
@@ -3078,7 +3078,7 @@
30783078
"Console"
30793079
],
30803080
"dependencies": {
3081-
"Microsoft.Extensions.Logging.Console": "6.0.0"
3081+
"Microsoft.Extensions.Logging.Console": "6.0.1"
30823082
}
30833083
},
30843084
{

0 commit comments

Comments
 (0)