8 lines
228 B
C#
Raw Normal View History

// 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.*")]