diff options
Diffstat (limited to 'mono/AssemblyInfo.cs.in')
-rw-r--r-- | mono/AssemblyInfo.cs.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mono/AssemblyInfo.cs.in b/mono/AssemblyInfo.cs.in new file mode 100644 index 0000000..54d23f9 --- /dev/null +++ b/mono/AssemblyInfo.cs.in @@ -0,0 +1,4 @@ +using System.Reflection; +using System.Runtime.CompilerServices; + +[assembly:AssemblyVersion("@API_VERSION@")] |