Skip to content

Commit

Permalink
Release Google.Cloud.Logging.NLog version 3.1.0
Browse files Browse the repository at this point in the history
Changes in this release:

- [Commit cbaa00a](googleapis@cbaa00a): Renormalize line endings
- [Commit 02e2ddc](googleapis@02e2ddc): NLog GoogleStackDriverTarget skip reflection on Stream-objects ([issue 5230](googleapis#5230))
- [Commit 0e6d135](googleapis@0e6d135): NLog GoogleStackdriverTarget improve handling of System.Reflection (MemberInfo is better than MethodInfo)
  • Loading branch information
jskeet committed Nov 19, 2020
1 parent 6182aa4 commit 76d8690
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Each package name links to the documentation for that package.
| [Google.Cloud.Kms.V1](https://googleapis.dev/dotnet/Google.Cloud.Kms.V1/2.1.0) | 2.1.0 | [Google Cloud Key Management Service](https://cloud.google.com/kms/) |
| [Google.Cloud.Language.V1](https://googleapis.dev/dotnet/Google.Cloud.Language.V1/2.1.0) | 2.1.0 | [Google Cloud Natural Language](https://cloud.google.com/natural-language) |
| [Google.Cloud.Logging.Log4Net](https://googleapis.dev/dotnet/Google.Cloud.Logging.Log4Net/3.1.0) | 3.1.0 | Log4Net client library for the Google Cloud Logging API |
| [Google.Cloud.Logging.NLog](https://googleapis.dev/dotnet/Google.Cloud.Logging.NLog/3.0.1) | 3.0.1 | NLog target for the Google Cloud Logging API |
| [Google.Cloud.Logging.NLog](https://googleapis.dev/dotnet/Google.Cloud.Logging.NLog/3.1.0) | 3.1.0 | NLog target for the Google Cloud Logging API |
| [Google.Cloud.Logging.Type](https://googleapis.dev/dotnet/Google.Cloud.Logging.Type/3.2.0) | 3.2.0 | Version-agnostic types for the Google Cloud Logging API |
| [Google.Cloud.Logging.V2](https://googleapis.dev/dotnet/Google.Cloud.Logging.V2/3.2.0) | 3.2.0 | [Google Cloud Logging](https://cloud.google.com/logging/) |
| [Google.Cloud.ManagedIdentities.V1](https://googleapis.dev/dotnet/Google.Cloud.ManagedIdentities.V1/2.1.0) | 2.1.0 | [Managed Service for Microsoft Active Directory](https://cloud.google.com/managed-microsoft-ad/) |
Expand Down
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>3.0.1</Version>
<Version>3.1.0</Version>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>NLog target for the Google Cloud Logging API.</Description>
Expand All @@ -13,7 +13,7 @@
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="1.0.1" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc.GrpcCore" Version="[3.2.0, 4.0.0)" />
<PackageReference Include="Google.Cloud.DevTools.Common" Version="[2.0.0, 3.0.0)" />
<PackageReference Include="Google.Cloud.Logging.V2" Version="[3.0.0, 4.0.0)" />
<PackageReference Include="Google.Cloud.Logging.V2" Version="[3.2.0, 4.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.31.0, 3.0.0)" PrivateAssets="None" />
<PackageReference Include="Microsoft.DotNet.Analyzers.Compatibility" Version="0.2.12-alpha" PrivateAssets="All" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
Expand Down
6 changes: 6 additions & 0 deletions apis/Google.Cloud.Logging.NLog/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Version history

# Version 3.1.0, released 2020-11-19

- [Commit cbaa00a](https://github.com/googleapis/google-cloud-dotnet/commit/cbaa00a): Renormalize line endings
- [Commit 02e2ddc](https://github.com/googleapis/google-cloud-dotnet/commit/02e2ddc): NLog GoogleStackDriverTarget skip reflection on Stream-objects ([issue 5230](https://github.com/googleapis/google-cloud-dotnet/issues/5230))
- [Commit 0e6d135](https://github.com/googleapis/google-cloud-dotnet/commit/0e6d135): NLog GoogleStackdriverTarget improve handling of System.Reflection (MemberInfo is better than MethodInfo)

# Version 3.0.1, released 2020-04-20

- [Commit ced67e4](https://github.com/googleapis/google-cloud-dotnet/commit/ced67e4): Fix: Improve handling of System.Reflection objects that will dump all types in the application-assembly.
Expand Down
8 changes: 4 additions & 4 deletions apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@
},
{
"id": "Google.Cloud.Logging.NLog",
"version": "3.0.1",
"version": "3.1.0",
"type": "other",
"targetFrameworks": "netstandard2.0;net461",
"testTargetFrameworks": "netcoreapp2.1;net461",
Expand All @@ -927,11 +927,11 @@
"Stackdriver"
],
"dependencies": {
"NLog": "4.5.11",
"Google.Api.Gax.Grpc.GrpcCore": "3.2.0",
"Google.Cloud.Logging.V2": "3.0.0",
"Google.Cloud.DevTools.Common": "2.0.0",
"Grpc.Core": "2.31.0"
"Google.Cloud.Logging.V2": "3.2.0",
"Grpc.Core": "2.31.0",
"NLog": "4.5.11"
},
"testDependencies": {
"Google.Api.Gax.Testing": "3.2.0"
Expand Down
2 changes: 1 addition & 1 deletion docs/root/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Each package name links to the documentation for that package.
| [Google.Cloud.Kms.V1](Google.Cloud.Kms.V1/index.html) | 2.1.0 | [Google Cloud Key Management Service](https://cloud.google.com/kms/) |
| [Google.Cloud.Language.V1](Google.Cloud.Language.V1/index.html) | 2.1.0 | [Google Cloud Natural Language](https://cloud.google.com/natural-language) |
| [Google.Cloud.Logging.Log4Net](Google.Cloud.Logging.Log4Net/index.html) | 3.1.0 | Log4Net client library for the Google Cloud Logging API |
| [Google.Cloud.Logging.NLog](Google.Cloud.Logging.NLog/index.html) | 3.0.1 | NLog target for the Google Cloud Logging API |
| [Google.Cloud.Logging.NLog](Google.Cloud.Logging.NLog/index.html) | 3.1.0 | NLog target for the Google Cloud Logging API |
| [Google.Cloud.Logging.Type](Google.Cloud.Logging.Type/index.html) | 3.2.0 | Version-agnostic types for the Google Cloud Logging API |
| [Google.Cloud.Logging.V2](Google.Cloud.Logging.V2/index.html) | 3.2.0 | [Google Cloud Logging](https://cloud.google.com/logging/) |
| [Google.Cloud.ManagedIdentities.V1](Google.Cloud.ManagedIdentities.V1/index.html) | 2.1.0 | [Managed Service for Microsoft Active Directory](https://cloud.google.com/managed-microsoft-ad/) |
Expand Down

0 comments on commit 76d8690

Please sign in to comment.