Skip to content

Commit 5fbd856

Browse files
committed
Merge pull request #267 from jittuu/master
RestSharp is now marked with CLSCompliant(true)
2 parents 671d808 + 25b0fc1 commit 5fbd856

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RestSharp/SharedAssemblyInfo.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using System.Reflection;
22
using System.Runtime.CompilerServices;
33
using System.Runtime.InteropServices;
4+
using System;
45

56
// General Information about an assembly is controlled through the following
67
// set of attributes. Change these attribute values to modify the information
@@ -12,7 +13,7 @@
1213
[assembly: AssemblyCopyright("Copyright © RestSharp Project 2009-2012")]
1314
[assembly: AssemblyTrademark("")]
1415
[assembly: AssemblyCulture("")]
15-
16+
[assembly: CLSCompliant(true)]
1617
// Version information for an assembly consists of the following four values:
1718
//
1819
// Major Version

0 commit comments

Comments
 (0)