Skip to content

Commit

Permalink
Gmail API dependency update ('1.60.0.3084' -> '1.61.0.3084')
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavminhas committed Jul 30, 2023
1 parent 9d02650 commit 914237a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
26 changes: 13 additions & 13 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.60.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.1.60.0\lib\net45\Google.Apis.dll</HintPath>
<Reference Include="Google.Apis, Version=1.61.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.1.61.0\lib\net45\Google.Apis.dll</HintPath>
</Reference>
<Reference Include="Google.Apis.Auth, Version=1.60.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.Auth.1.60.0\lib\net461\Google.Apis.Auth.dll</HintPath>
<Reference Include="Google.Apis.Auth, Version=1.61.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.Auth.1.61.0\lib\net461\Google.Apis.Auth.dll</HintPath>
</Reference>
<Reference Include="Google.Apis.Auth.PlatformServices, Version=1.60.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.Auth.1.60.0\lib\net461\Google.Apis.Auth.PlatformServices.dll</HintPath>
<Reference Include="Google.Apis.Auth.PlatformServices, Version=1.61.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.Auth.1.61.0\lib\net461\Google.Apis.Auth.PlatformServices.dll</HintPath>
</Reference>
<Reference Include="Google.Apis.Core, Version=1.60.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.Core.1.60.0\lib\net45\Google.Apis.Core.dll</HintPath>
<Reference Include="Google.Apis.Core, Version=1.61.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.Core.1.61.0\lib\net45\Google.Apis.Core.dll</HintPath>
</Reference>
<Reference Include="Google.Apis.Gmail.v1, Version=1.60.0.3084, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.Gmail.v1.1.60.0.3084\lib\net45\Google.Apis.Gmail.v1.dll</HintPath>
<Reference Include="Google.Apis.Gmail.v1, Version=1.61.0.3084, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.Gmail.v1.1.61.0.3084\lib\net45\Google.Apis.Gmail.v1.dll</HintPath>
</Reference>
<Reference Include="Google.Apis.PlatformServices, Version=1.60.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.1.60.0\lib\net45\Google.Apis.PlatformServices.dll</HintPath>
<Reference Include="Google.Apis.PlatformServices, Version=1.61.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.1.61.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 All @@ -69,7 +69,7 @@
<HintPath>..\packages\MimeKitLite.4.1.0.1\lib\netstandard2.0\MimeKitLite.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
Expand Down
10 changes: 5 additions & 5 deletions GmailAPIHelper.NET.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Google.Apis" version="1.60.0" targetFramework="net461" />
<package id="Google.Apis.Auth" version="1.60.0" targetFramework="net461" />
<package id="Google.Apis.Core" version="1.60.0" targetFramework="net461" />
<package id="Google.Apis.Gmail.v1" version="1.60.0.3084" targetFramework="net461" />
<package id="Google.Apis" version="1.61.0" targetFramework="net461" />
<package id="Google.Apis.Auth" version="1.61.0" targetFramework="net461" />
<package id="Google.Apis.Core" version="1.61.0" targetFramework="net461" />
<package id="Google.Apis.Gmail.v1" version="1.61.0.3084" targetFramework="net461" />
<package id="MimeKitLite" version="4.1.0.1" targetFramework="net461" />
<package id="MSTest.TestAdapter" version="2.2.8" targetFramework="net461" />
<package id="MSTest.TestFramework" version="2.2.8" targetFramework="net461" />
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net461" />
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net461" />
<package id="System.Buffers" version="4.5.1" targetFramework="net461" />
<package id="System.Memory" version="4.5.5" targetFramework="net461" />
<package id="System.Numerics.Vectors" version="4.5.0" 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.60.0.3084" />
<PackageReference Include="Google.Apis.Gmail.v1" Version="1.61.0.3084" />
<PackageReference Include="MimeKitLite" Version="4.1.0.1" />
</ItemGroup>

Expand Down

0 comments on commit 914237a

Please sign in to comment.