summaryrefslogtreecommitdiffstats
path: root/mono/AssemblyInfo.cs.in
blob: ae231892969c447c12da45fdd865b08abab92171 (plain)
1
2
3
4
5
6
using System.Reflection;
using System.Runtime.CompilerServices;
 
[assembly:AssemblyVersion("@VERSION@")]
[assembly:AssemblyDelaySign(false)]
[assembly:AssemblyKeyFile("@srcdir@/dbus-sharp.snk")]