diff --git a/.github/workflows/publish-nuget-Package.yml b/.github/workflows/publish-nuget-Package.yml index 0856497..853d7f4 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.9.nupkg" + NUGET_PACKAGE_NAME_VERSION: "GmailHelper.1.9.10.nupkg" on: workflow_dispatch: diff --git a/CHANGELOG.md b/CHANGELOG.md index 59f28df..035fb9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project documented here. ## [Released] +## [1.9.10](https://www.nuget.org/packages/GmailHelper/1.9.10) - 2023-09-16 +### Changed +- Gmail API dependency update ('1.61.0.3105' -> '1.62.0.3105'). + ## [1.9.9](https://www.nuget.org/packages/GmailHelper/1.9.9) - 2023-09-10 ### Changed - MimeKitLite dependency update from ('4.1.0.1' -> '4.2.0'). diff --git a/GmailAPIHelper/GmailAPIHelper.csproj b/GmailAPIHelper/GmailAPIHelper.csproj index 22ca7b9..31b20a3 100644 --- a/GmailAPIHelper/GmailAPIHelper.csproj +++ b/GmailAPIHelper/GmailAPIHelper.csproj @@ -30,8 +30,8 @@ Solution Version: GmailHelper git LICENSE - 1. MimeKitLite dependency update from ('4.1.0.1' -> '4.2.0'). - 1.9.9 + 1. Gmail API dependency update ('1.61.0.3105' -> '1.62.0.3105'). + 1.9.10