ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/EmuXPortal/branches/mono/EmuXPortal.Versioning/Properties/AssemblyInfo.cs
Revision: 303
Committed: Sun Dec 17 14:02:38 2017 UTC (5 years, 9 months ago) by william
File size: 915 byte(s)
Log Message:
update versioning support

File Contents

# Content
1 using System.Reflection;
2 using System.Runtime.CompilerServices;
3
4 // Information about this assembly is defined by the following attributes.
5 // Change them to the values specific to your project.
6
7 [assembly: AssemblyTitle ("EmuXPortalVersioning")]
8 [assembly: AssemblyDescription ("")]
9 [assembly: AssemblyConfiguration ("")]
10 [assembly: AssemblyCompany ("")]
11 [assembly: AssemblyProduct ("")]
12 [assembly: AssemblyCopyright ("william")]
13 [assembly: AssemblyTrademark ("")]
14 [assembly: AssemblyCulture ("")]
15
16 // Version information for an assembly consists of the following four values:
17 //
18 // Major Version
19 // Minor Version
20 // Build Number
21 // Revision
22 //
23 // You can specify all the values or you can default the Build and Revision Numbers
24 // by using the '*' as shown below:
25 // [assembly: AssemblyVersion("1.0.*")]
26 [assembly: AssemblyVersion("1.0.0.11")]
27 [assembly: AssemblyFileVersion("1.0.0.11")]