ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
|
View Changeset
|
Root Listing
root
/
EmuXPortal
/
branches
/
mono-xml-linq
/
EmuXPortal.Versioning
/
VersionInformation.cs
Revision:
329
Committed:
Tue Dec 19 00:57:24 2017 UTC
(5 years, 9 months ago) by
william
File size:
214 byte(s)
Log Message:
+ creating a branch to load xml data using linq
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