summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/app.config
diff options
context:
space:
mode:
authorTyler Bischel <tyler.bischel@sendgrid.com>2012-01-13 11:12:32 -0800
committerTyler Bischel <tyler.bischel@sendgrid.com>2012-01-13 11:12:32 -0800
commit4aa172da00a78e5d739cbe003401ccd633ee3d6e (patch)
treed436b3869b1eabd7a0eae04d26d99e9af9556d03 /SendGrid/Example/app.config
parent13ea4240f2e863704320ae7c0dc62a6f59d592f0 (diff)
downloadsendgrid-csharp-4aa172da00a78e5d739cbe003401ccd633ee3d6e.zip
sendgrid-csharp-4aa172da00a78e5d739cbe003401ccd633ee3d6e.tar.gz
sendgrid-csharp-4aa172da00a78e5d739cbe003401ccd633ee3d6e.tar.bz2
update attachments, fixed filter formats, added some documentation, made constructors initializable only by factory functions
Diffstat (limited to 'SendGrid/Example/app.config')
-rwxr-xr-xSendGrid/Example/app.config3
1 files changed, 2 insertions, 1 deletions
diff --git a/SendGrid/Example/app.config b/SendGrid/Example/app.config
index cb2586b..e212038 100755
--- a/SendGrid/Example/app.config
+++ b/SendGrid/Example/app.config
@@ -1,3 +1,4 @@
<?xml version="1.0"?>
<configuration>
-<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
+<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
+</configuration>