<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS7035</ErrorName>
  <Examples>
    <string>// CS7035: The specified version string `1.*' does not conform to the recommended format major.minor.build.revision
// Line: 7
// Compiler options: -warnaserror

using System.Reflection;

[assembly: AssemblyFileVersion ("1.*")]
</string>
  </Examples>
</ErrorDocumentation>