diff options
author | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-01-24 14:57:47 -0800 |
---|---|---|
committer | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-01-24 14:57:47 -0800 |
commit | a2db6e371a1825c4a1310b1f09ab31cc8f6ed8e4 (patch) | |
tree | 7b1da326c0c18edf9ddfb7c33f631199830f20ab /SendGrid/Example/Example.csproj | |
parent | f998f91603382c29f74007c34a71e6ec001011b5 (diff) | |
download | sendgrid-csharp-a2db6e371a1825c4a1310b1f09ab31cc8f6ed8e4.zip sendgrid-csharp-a2db6e371a1825c4a1310b1f09ab31cc8f6ed8e4.tar.gz sendgrid-csharp-a2db6e371a1825c4a1310b1f09ab31cc8f6ed8e4.tar.bz2 |
renamed REST transport to Web
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rwxr-xr-x | SendGrid/Example/Example.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj index cb778d1..1f85cc2 100755 --- a/SendGrid/Example/Example.csproj +++ b/SendGrid/Example/Example.csproj @@ -47,7 +47,7 @@ <ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="RESTAPI.cs" />
+ <Compile Include="WEBAPI.cs" />
<Compile Include="SMTPAPI.cs" />
</ItemGroup>
<ItemGroup>
|