We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc98ba commit e640bbcCopy full SHA for e640bbc
MSFS Layout Generator/Program.cs
@@ -62,6 +62,10 @@ static void Main(string[] layoutPaths)
62
Utilities.Log("Error: " + ex.Message);
63
}
64
65
+ else
66
+ {
67
+ Utilities.Log("The file \"" + layoutPath + "\" is not named layout.json and will not be updated.");
68
+ }
69
70
71
MSFS Layout Generator/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
32
// You can specify all the values or you can default the Build and Revision Numbers
33
// by using the '*' as shown below:
34
// [assembly: AssemblyVersion("1.0.*")]
35
-[assembly: AssemblyVersion("1.0.1.0")]
36
-[assembly: AssemblyFileVersion("1.0.1.0")]
+[assembly: AssemblyVersion("1.0.2.0")]
+[assembly: AssemblyFileVersion("1.0.2.0")]
0 commit comments