diff options
author | CJ Buchmann <cj.buchmann@sendgrid.com> | 2012-01-16 18:18:16 -0800 |
---|---|---|
committer | CJ Buchmann <cj.buchmann@sendgrid.com> | 2012-01-16 18:18:16 -0800 |
commit | ecd8418122dd4153dfd34860e0690ca7a5f91c3e (patch) | |
tree | 407c7e1142453f6416f42724e1e7231611bbc842 | |
parent | 8b861d62c1f47067853ddb0b06c0c989d2784907 (diff) | |
download | sendgrid-csharp-ecd8418122dd4153dfd34860e0690ca7a5f91c3e.zip sendgrid-csharp-ecd8418122dd4153dfd34860e0690ca7a5f91c3e.tar.gz sendgrid-csharp-ecd8418122dd4153dfd34860e0690ca7a5f91c3e.tar.bz2 |
Added NuGet Package parameters and moved CodeScales.dll to lib directory for NuGet
-rwxr-xr-x | SendGrid/SendGridMail/Mail.csproj | 8 | ||||
-rwxr-xr-x | SendGrid/SendGridMail/Mail.nuspec | 15 | ||||
-rwxr-xr-x | SendGrid/SendGridMail/Properties/AssemblyInfo.cs | 1 | ||||
-rwxr-xr-x | SendGrid/SendGridMail/Sendgrid.1.0.0.nupkg | bin | 0 -> 34686 bytes | |||
-rwxr-xr-x | SendGrid/SendGridMail/lib/CodeScales.Http.dll (renamed from SendGrid/packages/CodeScales.Http.dll) | bin | 40960 -> 40960 bytes |
5 files changed, 21 insertions, 3 deletions
diff --git a/SendGrid/SendGridMail/Mail.csproj b/SendGrid/SendGridMail/Mail.csproj index d652771..bd1dc7a 100755 --- a/SendGrid/SendGridMail/Mail.csproj +++ b/SendGrid/SendGridMail/Mail.csproj @@ -31,8 +31,9 @@ <WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
- <Reference Include="CodeScales.Http">
- <HintPath>..\packages\CodeScales.Http.dll</HintPath>
+ <Reference Include="CodeScales.Http, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>lib\CodeScales.Http.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
@@ -57,6 +58,9 @@ <Compile Include="Transport\SMTP.cs" />
<Compile Include="Utils.cs" />
</ItemGroup>
+ <ItemGroup>
+ <Content Include="lib\CodeScales.Http.dll" />
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
diff --git a/SendGrid/SendGridMail/Mail.nuspec b/SendGrid/SendGridMail/Mail.nuspec new file mode 100755 index 0000000..39d44bf --- /dev/null +++ b/SendGrid/SendGridMail/Mail.nuspec @@ -0,0 +1,15 @@ +<?xml version="1.0"?>
+<package >
+ <metadata>
+ <id>Sendgrid</id>
+ <version>1.0.0</version>
+ <title>Sendgrid</title>
+ <authors>CJ Buchmann, Tyler Bischel, Eric Becking</authors>
+ <owners>Sendgrid</owners>
+ <requireLicenseAcceptance>false</requireLicenseAcceptance>
+ <description>$description$</description>
+ <releaseNotes>Basic C# client library and examples for using Sendgrid API's to send mail</releaseNotes>
+ <copyright>Copyright 2012</copyright>
+ <tags>Sendgrid Email Mail Microsoft Azure</tags>
+ </metadata>
+</package>
\ No newline at end of file diff --git a/SendGrid/SendGridMail/Properties/AssemblyInfo.cs b/SendGrid/SendGridMail/Properties/AssemblyInfo.cs index 310fe3b..e6e890f 100755 --- a/SendGrid/SendGridMail/Properties/AssemblyInfo.cs +++ b/SendGrid/SendGridMail/Properties/AssemblyInfo.cs @@ -5,7 +5,6 @@ using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
-
[assembly: AssemblyTitle("SendGridMail")]
[assembly: AssemblyDescription("A client library for interfacing with the SendGrid API")]
[assembly: AssemblyConfiguration("")]
diff --git a/SendGrid/SendGridMail/Sendgrid.1.0.0.nupkg b/SendGrid/SendGridMail/Sendgrid.1.0.0.nupkg Binary files differnew file mode 100755 index 0000000..aeaf84e --- /dev/null +++ b/SendGrid/SendGridMail/Sendgrid.1.0.0.nupkg diff --git a/SendGrid/packages/CodeScales.Http.dll b/SendGrid/SendGridMail/lib/CodeScales.Http.dll Binary files differindex 2509b52..2509b52 100755 --- a/SendGrid/packages/CodeScales.Http.dll +++ b/SendGrid/SendGridMail/lib/CodeScales.Http.dll |