From 1433f3cc792af997c178f8d90fdfb3b5a3d9444f Mon Sep 17 00:00:00 2001 From: wherewhere Date: Tue, 13 Aug 2024 19:32:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20v0.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.yaml | 1 + CoolapkLite/CoolapkLite/Package.appxmanifest | 2 +- CoolapkLite/CoolapkLite/Properties/AssemblyInfo.cs | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 7adf0959..6b8bb7df 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -33,6 +33,7 @@ body: label: App version description: Specify the version of Coolapk Lite you're using. options: + - "0.0.3" - "0.0.2" - "0.0.1" - type: dropdown diff --git a/CoolapkLite/CoolapkLite/Package.appxmanifest b/CoolapkLite/CoolapkLite/Package.appxmanifest index 914eafdc..a835b4d6 100644 --- a/CoolapkLite/CoolapkLite/Package.appxmanifest +++ b/CoolapkLite/CoolapkLite/Package.appxmanifest @@ -11,7 +11,7 @@ + Version="0.0.3.0" /> diff --git a/CoolapkLite/CoolapkLite/Properties/AssemblyInfo.cs b/CoolapkLite/CoolapkLite/Properties/AssemblyInfo.cs index 5ac6101d..090f1685 100644 --- a/CoolapkLite/CoolapkLite/Properties/AssemblyInfo.cs +++ b/CoolapkLite/CoolapkLite/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Coolapk UWP Project")] [assembly: AssemblyProduct("CoolapkLite")] -[assembly: AssemblyCopyright("Copyright © 2017 - 2023 Coolapk UWP Project. All Rights Reserved.")] +[assembly: AssemblyCopyright("Copyright © 2017 - 2024 Coolapk UWP Project. All Rights Reserved.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -23,6 +23,6 @@ //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 //通过使用 "*",如下所示: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.0.2.0")] -[assembly: AssemblyFileVersion("0.0.2.0")] +[assembly: AssemblyVersion("0.0.3.0")] +[assembly: AssemblyFileVersion("0.0.3.0")] [assembly: ComVisible(false)] \ No newline at end of file