diff options
author | CJ Buchmann <cj.buchmann@sendgrid.com> | 2012-01-11 16:46:26 -0800 |
---|---|---|
committer | CJ Buchmann <cj.buchmann@sendgrid.com> | 2012-01-11 16:46:26 -0800 |
commit | a0d5ea910ca3ff41fc911af47ce77f31cb59938c (patch) | |
tree | 2a9262109a6d50de0b875a3423b2a265aa90d870 /SendGrid/SendGridMail/Properties/AssemblyInfo.cs | |
parent | b4db907a4c69a483b00aba9ef0b624c9e5d58c86 (diff) | |
parent | d77d9340304ad40940b1e77e12f484df351fc47a (diff) | |
download | sendgrid-csharp-a0d5ea910ca3ff41fc911af47ce77f31cb59938c.zip sendgrid-csharp-a0d5ea910ca3ff41fc911af47ce77f31cb59938c.tar.gz sendgrid-csharp-a0d5ea910ca3ff41fc911af47ce77f31cb59938c.tar.bz2 |
Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882
Conflicts:
SendGrid/Example/Program.cs
Diffstat (limited to 'SendGrid/SendGridMail/Properties/AssemblyInfo.cs')
-rwxr-xr-x | SendGrid/SendGridMail/Properties/AssemblyInfo.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/SendGrid/SendGridMail/Properties/AssemblyInfo.cs b/SendGrid/SendGridMail/Properties/AssemblyInfo.cs index 0cefaba..0108aa9 100755 --- a/SendGrid/SendGridMail/Properties/AssemblyInfo.cs +++ b/SendGrid/SendGridMail/Properties/AssemblyInfo.cs @@ -23,6 +23,13 @@ using System.Runtime.InteropServices; [assembly: Guid("193fa200-8430-4206-aacd-2d2bb2dfa6cf")]
[assembly: InternalsVisibleTo("Tests")]
+[assembly:InternalsVisibleTo("DynamicProxyGenAssembly2," +
+"1310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b" +
+"PublicKey=002400000480000094000000060200000024000052534" +
+"3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d926665" +
+"4753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb" +
+"4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c486" +
+"1eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7")]
// Version information for an assembly consists of the following four values:
//
|