wasBayesSharp – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 using System.Reflection;
2 using System.Runtime.InteropServices;
3  
4 [assembly: AssemblyTitle("BayesSharp")]
5 [assembly: AssemblyDescription("Simple Naive Bayes text classifier")]
6 [assembly: AssemblyConfiguration("Release")]
7 [assembly: AssemblyCompany("Afonso França")]
8 [assembly: AssemblyProduct("BayesSharp")]
9 [assembly: AssemblyCopyright("Copyright © Afonso França 2014")]
10 [assembly: AssemblyTrademark("")]
11 [assembly: AssemblyCulture("")]
12  
13 [assembly: ComVisible(false)]
14 [assembly: Guid("ee8c42eb-5a31-4b57-8596-fcd6b13e1f52")]
15  
16 [assembly: AssemblyVersion("0.1.1.0")]
17 [assembly: AssemblyFileVersion("0.1.1.0")]