forked from nhibernate/nhibernate-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAssemblyInfo.cs
27 lines (23 loc) · 972 Bytes
/
AssemblyInfo.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
using System.Reflection;
using System.Runtime.CompilerServices;
[assembly: AssemblyTitleAttribute("NHibernate.DomainModel")]
[assembly: AssemblyDescriptionAttribute("The business classes used by the Unit Tests.")]
[assembly: AssemblyCompanyAttribute("nhibernate.sf.net")]
[assembly: AssemblyProductAttribute("NHibernate.DomainModel")]
[assembly: AssemblyCopyright("Licensed under LPGL.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
//
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// .NET Framwork Version
// Build Number
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersionAttribute("0.0.5000.3")]
[assembly: AssemblyInformationalVersionAttribute("0.0")]
[assembly: AssemblyFileVersionAttribute("0.0000.3")]
[assembly: AssemblyDelaySignAttribute(false)]