8 lines
228 B
C#
8 lines
228 B
C#
|
// 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.*")]
|