From 1fd1d629f5a56d0770bbde530664d08d8f9d20ac Mon Sep 17 00:00:00 2001 From: Chuck Lu Date: Mon, 19 Aug 2019 18:56:48 +0800 Subject: [PATCH] upgrade version to 2019.8.19.1 --- CardQuery/Properties/AssemblyInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CardQuery/Properties/AssemblyInfo.cs b/CardQuery/Properties/AssemblyInfo.cs index 7b2c9d3..ffb37ae 100644 --- a/CardQuery/Properties/AssemblyInfo.cs +++ b/CardQuery/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyTitle("CardQuery")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("Chuck Lu")] [assembly: AssemblyProduct("CardQuery")] [assembly: AssemblyCopyright("Copyright © 2019")] [assembly: AssemblyTrademark("")] @@ -51,5 +51,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("2019.8.19.1")] +[assembly: AssemblyFileVersion("2019.8.19.1")]