[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs7035.cs
blob0d27cb00be1805c06e3dc5918e481af6303bb3b3
1 // CS7035: The specified version string `1.*' does not conform to the recommended format major.minor.build.revision
2 // Line: 7
3 // Compiler options: -warnaserror
5 using System.Reflection;
7 [assembly: AssemblyFileVersion ("1.*")]