We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 671d808 commit 25b0fc1Copy full SHA for 25b0fc1
RestSharp/SharedAssemblyInfo.cs
@@ -1,6 +1,7 @@
1
using System.Reflection;
2
using System.Runtime.CompilerServices;
3
using System.Runtime.InteropServices;
4
+using System;
5
6
// General Information about an assembly is controlled through the following
7
// set of attributes. Change these attribute values to modify the information
@@ -12,7 +13,7 @@
12
13
[assembly: AssemblyCopyright("Copyright © RestSharp Project 2009-2012")]
14
[assembly: AssemblyTrademark("")]
15
[assembly: AssemblyCulture("")]
-
16
+[assembly: CLSCompliant(true)]
17
// Version information for an assembly consists of the following four values:
18
//
19
// Major Version
0 commit comments