summaryrefslogtreecommitdiff
path: root/src/bindings/csharp/AssemblyInfo.cs.in
blob: 5d1de047e1100288633e6f3e00bdcc5a89e4b689 (plain)
1
2
3
4
5
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly:AssemblyVersion("@LIBIIO_CS_VERSION@")]
[assembly:AssemblyDelaySign(false)]