summaryrefslogtreecommitdiff
path: root/src/bindings/csharp/AssemblyInfo.cs.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/bindings/csharp/AssemblyInfo.cs.in')
-rw-r--r--src/bindings/csharp/AssemblyInfo.cs.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bindings/csharp/AssemblyInfo.cs.in b/src/bindings/csharp/AssemblyInfo.cs.in
new file mode 100644
index 0000000..5d1de04
--- /dev/null
+++ b/src/bindings/csharp/AssemblyInfo.cs.in
@@ -0,0 +1,5 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+
+[assembly:AssemblyVersion("@LIBIIO_CS_VERSION@")]
+[assembly:AssemblyDelaySign(false)]