Skip to content

Commit

Permalink
MimeKitLite dependency update from ('4.1.0.1' -> '4.2.0')
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavminhas committed Sep 10, 2023
1 parent a62bfb5 commit 493fe60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions GmailAPIHelper.NET.Tests/GmailAPIHelper.NET.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\MSTest.TestFramework.2.2.8\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
</Reference>
<Reference Include="MimeKitLite, Version=4.1.0.0, Culture=neutral, PublicKeyToken=bede1c8a46c66814, processorArchitecture=MSIL">
<HintPath>..\packages\MimeKitLite.4.1.0.1\lib\netstandard2.0\MimeKitLite.dll</HintPath>
<Reference Include="MimeKitLite, Version=4.2.0.0, Culture=neutral, PublicKeyToken=bede1c8a46c66814, processorArchitecture=MSIL">
<HintPath>..\packages\MimeKitLite.4.2.0\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.3\lib\net45\Newtonsoft.Json.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion GmailAPIHelper.NET.Tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<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.3105" targetFramework="net461" />
<package id="MimeKitLite" version="4.1.0.1" targetFramework="net461" />
<package id="MimeKitLite" version="4.2.0" 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.3" 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 @@ -36,7 +36,7 @@ Solution Version:

<ItemGroup>
<PackageReference Include="Google.Apis.Gmail.v1" Version="1.61.0.3105" />
<PackageReference Include="MimeKitLite" Version="4.1.0.1" />
<PackageReference Include="MimeKitLite" Version="4.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 493fe60

Please sign in to comment.