[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / errors / cs7034-2.cs
1 // CS7034: The specified version string `2.0.*.*' does not conform to the required format - major[.minor[.build[.revision]]]
2 // Line: 6
3
4 using System.Reflection;
5
6 [assembly: AssemblyVersion("2.0.*.*")]