Refactored the Kernel registration fluent interface to be more readable, better suppo...
[castle.git] / Samples / MonoRail / JSGenExample / Properties / AssemblyInfo.cs
blobc643b12ef0ab5a5379208e92f1c8cb47b2fdc117
1 using System.Reflection;
2 using System.Runtime.CompilerServices;
3 using System.Runtime.InteropServices;
5 // Change me!
6 [assembly: AssemblyTitle("MonoRail Web Project")]
8 [assembly: AssemblyDescription("")]
9 [assembly: AssemblyConfiguration("")]
10 [assembly: AssemblyCompany("")]
12 // Change me!
13 [assembly: AssemblyProduct("MonoRail Web Project")]
15 // Change me!
16 [assembly: AssemblyCopyright("Copyright © 2007")]
18 [assembly: AssemblyTrademark("")]
19 [assembly: AssemblyCulture("")]
21 // Version information for an assembly consists of the following four values:
23 // Major Version
24 // Minor Version
25 // Build Number
26 // Revision
28 // You can specify all the values or you can default the Revision and Build Numbers
29 // by using the '*' as shown below:
30 [assembly: AssemblyVersion("1.0.0.0")]
31 [assembly: AssemblyFileVersion("1.0.0.0")]