aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Versioning/Core.cs
blob: 48dbbbe410e1c9cd5b5d17506013eff9d3373707 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices; 


[assembly: AssemblyProduct("Tango Core")] 

[assembly: AssemblyCompany("Twine")]
[assembly: AssemblyCopyright("Copyright © Twine LTD 2017")]
[assembly: AssemblyTrademark("Twine LTD")]

[assembly: AssemblyVersion("1.0.0.1")]
[assembly: AssemblyFileVersion("1.0.0.1")]