Skip to content

Commit

Permalink
Gmail API dependency update ('1.65.0.3287' -> '1.66.0.3287')
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavminhas committed Feb 10, 2024
1 parent 258972e commit 9ce8b1b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 19 deletions.
22 changes: 8 additions & 14 deletions GmailAPIHelper.NET.Tests/GmailAPIHelper.NET.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,17 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<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 Include="Google.Apis, Version=1.66.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.1.66.0\lib\netstandard2.0\Google.Apis.dll</HintPath>
</Reference>
<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 Include="Google.Apis.Auth, Version=1.66.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.Auth.1.66.0\lib\netstandard2.0\Google.Apis.Auth.dll</HintPath>
</Reference>
<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 Include="Google.Apis.Core, Version=1.66.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.Core.1.66.0\lib\netstandard2.0\Google.Apis.Core.dll</HintPath>
</Reference>
<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.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.65.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.1.65.0\lib\net45\Google.Apis.PlatformServices.dll</HintPath>
<Reference Include="Google.Apis.Gmail.v1, Version=1.66.0.3287, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.Gmail.v1.1.66.0.3287\lib\netstandard2.0\Google.Apis.Gmail.v1.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.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="Google.Apis" version="1.66.0" targetFramework="net461" />
<package id="Google.Apis.Auth" version="1.66.0" targetFramework="net461" />
<package id="Google.Apis.Core" version="1.66.0" targetFramework="net461" />
<package id="Google.Apis.Gmail.v1" version="1.66.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
2 changes: 1 addition & 1 deletion GmailAPIHelper/GmailAPIHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Solution Version:
</PropertyGroup>

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

Expand Down

0 comments on commit 9ce8b1b

Please sign in to comment.