From d815ec427cb61fc6c82d25c6a65fca2e1766ed71 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期四, 25 三月 2021 13:48:51 +0800 Subject: [PATCH] 2021-03-25 1.UI优化 --- Shared.Droid.JLCountryCode/Properties/AssemblyInfo.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Shared.Droid.JLCountryCode/Properties/AssemblyInfo.cs b/Shared.Droid.JLCountryCode/Properties/AssemblyInfo.cs index 847dd8d..5ef5cb6 100644 --- a/Shared.Droid.JLCountryCode/Properties/AssemblyInfo.cs +++ b/Shared.Droid.JLCountryCode/Properties/AssemblyInfo.cs @@ -26,5 +26,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.3.0")] -[assembly: AssemblyFileVersion("1.0.3.0")] +[assembly: AssemblyVersion("1.0.5.0")] +[assembly: AssemblyFileVersion("1.0.5.0")] -- Gitblit v1.8.0