diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-06-16 21:08:50 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-06-16 21:08:50 -0700 |
commit | ff34da7896af29b84cd128aecae286cab96a2bfa (patch) | |
tree | 0c23433f0f99582bafe82a04cc8d5f36f52e2c47 /SendGrid/Example/Example.csproj | |
parent | 6432c3c93b1dda85b2410f32b9c60574443d2b8f (diff) | |
download | sendgrid-csharp-ff34da7896af29b84cd128aecae286cab96a2bfa.zip sendgrid-csharp-ff34da7896af29b84cd128aecae286cab96a2bfa.tar.gz sendgrid-csharp-ff34da7896af29b84cd128aecae286cab96a2bfa.tar.bz2 |
Version Bump v7.0.2: Async Fix
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rw-r--r-- | SendGrid/Example/Example.csproj | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj index 98044fa..94d11f6 100644 --- a/SendGrid/Example/Example.csproj +++ b/SendGrid/Example/Example.csproj @@ -50,8 +50,8 @@ <HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
- <Reference Include="SendGrid.CSharp.HTTP.Client, Version=2.0.0.0, Culture=neutral, PublicKeyToken=79219bf4e5ecaaca, processorArchitecture=MSIL">
- <HintPath>..\packages\SendGrid.CSharp.HTTP.Client.2.0.1\lib\SendGrid.CSharp.HTTP.Client.dll</HintPath>
+ <Reference Include="SendGrid.CSharp.HTTP.Client, Version=2.0.4.0, Culture=neutral, PublicKeyToken=79219bf4e5ecaaca, processorArchitecture=MSIL">
+ <HintPath>..\packages\SendGrid.CSharp.HTTP.Client.2.0.4\lib\SendGrid.CSharp.HTTP.Client.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="SendGrid.SmtpApi, Version=1.3.1.0, Culture=neutral, PublicKeyToken=2ae73662c35d80e4, processorArchitecture=MSIL">
@@ -72,7 +72,9 @@ <None Include="app.config">
<SubType>Designer</SubType>
</None>
- <None Include="packages.config" />
+ <None Include="packages.config">
+ <SubType>Designer</SubType>
+ </None>
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Service References\" />
|