diff --git a/.github/workflows/publish-nuget-Package.yml b/.github/workflows/publish-nuget-Package.yml index 987e9b7..0fc5ab1 100644 --- a/.github/workflows/publish-nuget-Package.yml +++ b/.github/workflows/publish-nuget-Package.yml @@ -1,7 +1,7 @@ name: Publish Nuget Package env: - NUGET_PACKAGE_NAME_VERSION: "GmailHelper.1.9.21.nupkg" + NUGET_PACKAGE_NAME_VERSION: "GmailHelper.1.9.22.nupkg" on: workflow_dispatch: diff --git a/CHANGELOG.md b/CHANGELOG.md index c4b41a2..878ca99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project documented here. ## [Released] +## [1.9.22](https://www.nuget.org/packages/GmailHelper/1.9.22) - 2024-02-19 +### Changed +- Gmail API dependency update ('1.65.0.3287' -> '1.66.0.3287'). + ## [1.9.21](https://www.nuget.org/packages/GmailHelper/1.9.21) - 2024-02-10 ### Changed - Gmail API dependency update ('1.64.0.3287' -> '1.65.0.3287'). diff --git a/GmailAPIHelper.NET.Tests/GmailAPIHelper.NET.Tests.csproj b/GmailAPIHelper.NET.Tests/GmailAPIHelper.NET.Tests.csproj index 93047d1..6d8c31a 100644 --- a/GmailAPIHelper.NET.Tests/GmailAPIHelper.NET.Tests.csproj +++ b/GmailAPIHelper.NET.Tests/GmailAPIHelper.NET.Tests.csproj @@ -41,23 +41,17 @@ 4 - - ..\packages\Google.Apis.1.65.0\lib\net45\Google.Apis.dll + + ..\packages\Google.Apis.1.66.0\lib\netstandard2.0\Google.Apis.dll - - ..\packages\Google.Apis.Auth.1.65.0\lib\net461\Google.Apis.Auth.dll + + ..\packages\Google.Apis.Auth.1.66.0\lib\netstandard2.0\Google.Apis.Auth.dll - - ..\packages\Google.Apis.Auth.1.65.0\lib\net461\Google.Apis.Auth.PlatformServices.dll + + ..\packages\Google.Apis.Core.1.66.0\lib\netstandard2.0\Google.Apis.Core.dll - - ..\packages\Google.Apis.Core.1.65.0\lib\net45\Google.Apis.Core.dll - - - ..\packages\Google.Apis.Gmail.v1.1.65.0.3287\lib\net45\Google.Apis.Gmail.v1.dll - - - ..\packages\Google.Apis.1.65.0\lib\net45\Google.Apis.PlatformServices.dll + + ..\packages\Google.Apis.Gmail.v1.1.66.0.3287\lib\netstandard2.0\Google.Apis.Gmail.v1.dll ..\packages\MSTest.TestFramework.2.2.8\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll diff --git a/GmailAPIHelper.NET.Tests/packages.config b/GmailAPIHelper.NET.Tests/packages.config index 292d5a1..b4faff5 100644 --- a/GmailAPIHelper.NET.Tests/packages.config +++ b/GmailAPIHelper.NET.Tests/packages.config @@ -1,9 +1,9 @@  - - - - + + + + diff --git a/GmailAPIHelper/GmailAPIHelper.csproj b/GmailAPIHelper/GmailAPIHelper.csproj index 90de553..64df859 100644 --- a/GmailAPIHelper/GmailAPIHelper.csproj +++ b/GmailAPIHelper/GmailAPIHelper.csproj @@ -30,12 +30,12 @@ Solution Version: GmailHelper git LICENSE - 1. Gmail API dependency update ('1.64.0.3287' -> '1.65.0.3287'). - 1.9.21 + 1. Gmail API dependency update ('1.65.0.3287' -> '1.66.0.3287'). + 1.9.22 - +