blob: 0d27cb00be1805c06e3dc5918e481af6303bb3b3 (
plain)
1
2
3
4
5
6
7
|
// 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.*")]
|