Skip to content

Commit

Permalink
Release Google.Cloud.Logging.Console version 1.3.1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jskeet committed Nov 18, 2024
1 parent f0118ca commit a3f6ddd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.3.0</Version>
<Version>1.3.1</Version>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>ConsoleFormatter for Google Cloud Logging.</Description>
Expand Down
4 changes: 4 additions & 0 deletions apis/Google.Cloud.Logging.Console/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Version history

## Version 1.3.1, released 2024-11-18

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.

## Version 1.3.0, released 2024-03-26

### New features
Expand Down
2 changes: 1 addition & 1 deletion apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -3064,7 +3064,7 @@
},
{
"id": "Google.Cloud.Logging.Console",
"version": "1.3.0",
"version": "1.3.1",
"type": "other",
"metadataType": "INTEGRATION",
"targetFrameworks": "netstandard2.0",
Expand Down

0 comments on commit a3f6ddd

Please sign in to comment.