Skip to content

Commit

Permalink
Merge pull request #71 from abhinavminhas/dev
Browse files Browse the repository at this point in the history
Nuget Package Creation - v1.9.21
  • Loading branch information
abhinavminhas authored Feb 10, 2024
2 parents a702524 + 258972e commit d3c5be9
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget-Package.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish Nuget Package

env:
NUGET_PACKAGE_NAME_VERSION: "GmailHelper.1.9.20.nupkg"
NUGET_PACKAGE_NAME_VERSION: "GmailHelper.1.9.21.nupkg"

on:
workflow_dispatch:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project documented here.

## [Released]

## [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').

## [1.9.20](https://www.nuget.org/packages/GmailHelper/1.9.20) - 2024-01-11
### Changed
- Gmail API dependency update ('1.64.0.3231' -> '1.64.0.3287').
Expand Down
24 changes: 12 additions & 12 deletions GmailAPIHelper.NET.Tests/GmailAPIHelper.NET.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,23 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Google.Apis, Version=1.64.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.1.64.0\lib\net45\Google.Apis.dll</HintPath>
<Reference Include="Google.Apis, Version=1.65.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.1.65.0\lib\net45\Google.Apis.dll</HintPath>
</Reference>
<Reference Include="Google.Apis.Auth, Version=1.64.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.Auth.1.64.0\lib\net461\Google.Apis.Auth.dll</HintPath>
<Reference Include="Google.Apis.Auth, Version=1.65.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.Auth.1.65.0\lib\net461\Google.Apis.Auth.dll</HintPath>
</Reference>
<Reference Include="Google.Apis.Auth.PlatformServices, Version=1.64.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.Auth.1.64.0\lib\net461\Google.Apis.Auth.PlatformServices.dll</HintPath>
<Reference Include="Google.Apis.Auth.PlatformServices, Version=1.65.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.Auth.1.65.0\lib\net461\Google.Apis.Auth.PlatformServices.dll</HintPath>
</Reference>
<Reference Include="Google.Apis.Core, Version=1.64.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.Core.1.64.0\lib\net45\Google.Apis.Core.dll</HintPath>
<Reference Include="Google.Apis.Core, Version=1.65.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.Core.1.65.0\lib\net45\Google.Apis.Core.dll</HintPath>
</Reference>
<Reference Include="Google.Apis.Gmail.v1, Version=1.64.0.3287, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.Gmail.v1.1.64.0.3287\lib\net45\Google.Apis.Gmail.v1.dll</HintPath>
<Reference Include="Google.Apis.Gmail.v1, Version=1.65.0.3287, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.Gmail.v1.1.65.0.3287\lib\net45\Google.Apis.Gmail.v1.dll</HintPath>
</Reference>
<Reference Include="Google.Apis.PlatformServices, Version=1.64.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.1.64.0\lib\net45\Google.Apis.PlatformServices.dll</HintPath>
<Reference Include="Google.Apis.PlatformServices, Version=1.65.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.1.65.0\lib\net45\Google.Apis.PlatformServices.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\MSTest.TestFramework.2.2.8\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
Expand Down
8 changes: 4 additions & 4 deletions GmailAPIHelper.NET.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Google.Apis" version="1.64.0" targetFramework="net461" />
<package id="Google.Apis.Auth" version="1.64.0" targetFramework="net461" />
<package id="Google.Apis.Core" version="1.64.0" targetFramework="net461" />
<package id="Google.Apis.Gmail.v1" version="1.64.0.3287" targetFramework="net461" />
<package id="Google.Apis" version="1.65.0" targetFramework="net461" />
<package id="Google.Apis.Auth" version="1.65.0" targetFramework="net461" />
<package id="Google.Apis.Core" version="1.65.0" targetFramework="net461" />
<package id="Google.Apis.Gmail.v1" version="1.65.0.3287" targetFramework="net461" />
<package id="MimeKitLite" version="4.3.0" targetFramework="net461" />
<package id="MSTest.TestAdapter" version="2.2.8" targetFramework="net461" />
<package id="MSTest.TestFramework" version="2.2.8" targetFramework="net461" />
Expand Down
6 changes: 3 additions & 3 deletions GmailAPIHelper/GmailAPIHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ Solution Version:
<PackageId>GmailHelper</PackageId>
<RepositoryType>git</RepositoryType>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReleaseNotes>1. Gmail API dependency update ('1.64.0.3231' -&gt; '1.64.0.3287').</PackageReleaseNotes>
<Version>1.9.20</Version>
<PackageReleaseNotes>1. Gmail API dependency update ('1.64.0.3287' -&gt; '1.65.0.3287').</PackageReleaseNotes>
<Version>1.9.21</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Apis.Gmail.v1" Version="1.64.0.3287" />
<PackageReference Include="Google.Apis.Gmail.v1" Version="1.65.0.3287" />
<PackageReference Include="MimeKitLite" Version="4.3.0" />
</ItemGroup>

Expand Down

0 comments on commit d3c5be9

Please sign in to comment.