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(EmuXPortal.Versioning.VersionInformation.AssemblyVersion)] |
27 |
[assembly: AssemblyFileVersion(EmuXPortal.Versioning.VersionInformation.AssemblyFileVersion)] |