From dadde788243a03c14ebca9a0f4a1b45a4a69cbaf Mon Sep 17 00:00:00 2001 From: David Date: Wed, 20 Jun 2018 18:03:38 +0200 Subject: [PATCH] Edited version --- X-Plane Voice Control/Properties/AssemblyInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/X-Plane Voice Control/Properties/AssemblyInfo.cs b/X-Plane Voice Control/Properties/AssemblyInfo.cs index 52e500a..c6eac72 100644 --- a/X-Plane Voice Control/Properties/AssemblyInfo.cs +++ b/X-Plane Voice Control/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("X-Plane Voice Control")] -[assembly: AssemblyCopyright("Copyright © 2018")] +[assembly: AssemblyCopyright("David© 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("0.0.2.0")] +[assembly: AssemblyFileVersion("0.0.2.0")]