ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
|
View Changeset
|
Root Listing
root
/
EmuXPortal
/
branches
/
mono
/
EmuXPortal.Versioning
/
VersionInformation.cs
Revision:
303
Committed:
Sun Dec 17 14:02:38 2017 UTC
(5 years, 11 months ago) by
william
File size:
214 byte(s)
Log Message:
update versioning support
File Contents
#
Content
1
using
System
;
2
3
namespace
EmuXPortal.Versioning
4
{
5
public
static
class
VersionInformation
6
{
7
public
const
String
AssemblyVersion
=
"1.0.0.11"
;
8
public
const
String
AssemblyFileVersion
=
AssemblyVersion
;
9
}
10
}
11