blob: 44c0e7482078efcb128871f1b705736647382fc9 (
plain)
1
2
3
4
5
6
7
|
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Tango - Roslyn Scripting Components")]
[assembly: AssemblyVersion("2.0.3.1220")]
[assembly: ComVisible(false)]
|