repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[sdks] Fix README.md
[mono-project.git]
/
mcs
/
tests
/
test-522.cs
blob
5731d1b4220eac7bff7c8d80cfbd2ae8a9c40a88
1
using
System
.
Reflection
;
2
3
[
assembly
:
AssemblyVersion
(
Const
.
Version
)]
4
5
class
Const
6
{
7
internal const string
Version
=
"0.1"
;
8
9
public static void
Main
() {}
10
}