mirror of
https://github.com/Blinue/Magpie.git
synced 2026-06-24 02:04:10 +00:00
bump: v0.8.2
This commit is contained in:
parent
dc719bcc65
commit
08df43628d
3 changed files with 7 additions and 7 deletions
|
|
@ -33,7 +33,7 @@ namespace Magpie {
|
|||
/// Interaction logic for App.xaml
|
||||
/// </summary>
|
||||
public partial class App : Application {
|
||||
public static readonly Version APP_VERSION = new("0.8.1.0");
|
||||
public static readonly Version APP_VERSION = new("0.8.2.0");
|
||||
public static readonly string SCALE_MODELS_JSON_PATH = ".\\ScaleModels.json";
|
||||
public static readonly string LOGS_FOLDER = ".\\logs\\";
|
||||
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@ using System.Windows;
|
|||
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
|
||||
//通过使用 "*",如下所示:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("0.8.1.0")]
|
||||
[assembly: AssemblyFileVersion("0.8.1.0")]
|
||||
[assembly: AssemblyVersion("0.8.2.0")]
|
||||
[assembly: AssemblyFileVersion("0.8.2.0")]
|
||||
|
||||
|
||||
// 将 ComVisible 设置为 false 会使此程序集中的类型
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT
|
|||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 0,8,1,0
|
||||
PRODUCTVERSION 0,8,1,0
|
||||
FILEVERSION 0,8,2,0
|
||||
PRODUCTVERSION 0,8,2,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
|
@ -42,12 +42,12 @@ BEGIN
|
|||
BEGIN
|
||||
BLOCK "040004b0"
|
||||
BEGIN
|
||||
VALUE "FileVersion", "0.8.1.0"
|
||||
VALUE "FileVersion", "0.8.2.0"
|
||||
VALUE "InternalName", "Runtime.dll"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2021 Liu Xu"
|
||||
VALUE "OriginalFilename", "Runtime.dll"
|
||||
VALUE "ProductName", "Magpie"
|
||||
VALUE "ProductVersion", "0.8.1.0"
|
||||
VALUE "ProductVersion", "0.8.2.0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue