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
Merge pull request #4926 from BrzVlad/fix-tls-v5
[mono-project.git]
/
mcs
/
errors
/
cs7034-3.cs
blob
a406b0f7d6b2abecd99c86b808e71b08ad74a3f0
1
// CS7034: The specified version string `2.*' does not conform to the required format - major[.minor[.build[.revision]]]
2
// Line: 6
3
4
using
System
.
Reflection
;
5
6
[
assembly
:
AssemblyVersion
(
"2.*"
)]