summaryrefslogtreecommitdiff
path: root/mcs/errors/cs7034-2.cs
blob: b7698694367e08a1d7dee255b053f47577a04422 (plain)
1
2
3
4
5
6
// CS7034: The specified version string `2.0.*.*' does not conform to the required format - major[.minor[.build[.revision]]]
// Line: 6

using System.Reflection;

[assembly: AssemblyVersion("2.0.*.*")]