w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs7034-3.cs
bloba406b0f7d6b2abecd99c86b808e71b08ad74a3f0
1 // CS7034: The specified version string `2.*' does not conform to the required format - major[.minor[.build[.revision]]]
2 // Line: 6
4 using System.Reflection;
6 [assembly: AssemblyVersion("2.*")]