summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCJ Buchmann <cj.buchmann@sendgrid.com>2012-01-16 18:18:16 -0800
committerCJ Buchmann <cj.buchmann@sendgrid.com>2012-01-16 18:18:16 -0800
commitecd8418122dd4153dfd34860e0690ca7a5f91c3e (patch)
tree407c7e1142453f6416f42724e1e7231611bbc842
parent8b861d62c1f47067853ddb0b06c0c989d2784907 (diff)
downloadsendgrid-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-xSendGrid/SendGridMail/Mail.csproj8
-rwxr-xr-xSendGrid/SendGridMail/Mail.nuspec15
-rwxr-xr-xSendGrid/SendGridMail/Properties/AssemblyInfo.cs1
-rwxr-xr-xSendGrid/SendGridMail/Sendgrid.1.0.0.nupkgbin0 -> 34686 bytes
-rwxr-xr-xSendGrid/SendGridMail/lib/CodeScales.Http.dll (renamed from SendGrid/packages/CodeScales.Http.dll)bin40960 -> 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
new file mode 100755
index 0000000..aeaf84e
--- /dev/null
+++ b/SendGrid/SendGridMail/Sendgrid.1.0.0.nupkg
Binary files differ
diff --git a/SendGrid/packages/CodeScales.Http.dll b/SendGrid/SendGridMail/lib/CodeScales.Http.dll
index 2509b52..2509b52 100755
--- a/SendGrid/packages/CodeScales.Http.dll
+++ b/SendGrid/SendGridMail/lib/CodeScales.Http.dll
Binary files differ