diff options
author | Brandon West <brawest@gmail.com> | 2013-01-10 13:52:54 -0700 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2013-01-10 13:52:54 -0700 |
commit | 1fc0ee044ed826bf89b32e4537b71763e83cda93 (patch) | |
tree | 6041b6e3fef9242362ab1a63e9323378bb1afcc5 | |
parent | d0ffd2929a2fc77789367155207b635f4954fba7 (diff) | |
download | sendgrid-csharp-1fc0ee044ed826bf89b32e4537b71763e83cda93.zip sendgrid-csharp-1fc0ee044ed826bf89b32e4537b71763e83cda93.tar.gz sendgrid-csharp-1fc0ee044ed826bf89b32e4537b71763e83cda93.tar.bz2 |
revert changes to example
-rwxr-xr-x[-rw-r--r--] | SendGrid/Example/Example.csproj | 4 | ||||
-rwxr-xr-x | SendGrid/Example/Program.cs | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj index e1057a4..1f85cc2 100644..100755 --- a/SendGrid/Example/Example.csproj +++ b/SendGrid/Example/Example.csproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -69,4 +69,4 @@ <Target Name="AfterBuild">
</Target>
-->
-</Project> +</Project>
\ No newline at end of file diff --git a/SendGrid/Example/Program.cs b/SendGrid/Example/Program.cs index e907538..1debf2e 100755 --- a/SendGrid/Example/Program.cs +++ b/SendGrid/Example/Program.cs @@ -1,4 +1,4 @@ -using System;
+using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
|