mirror of
https://github.com/leiurayer/downkyi.git
synced 2025-01-13 13:20:18 +08:00
发布v1.6.1
This commit is contained in:
parent
6e9fef3d64
commit
c5db2cfb40
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
|
||||
//通过使用 "*",如下所示:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("2.2.0.0")]
|
||||
[assembly: AssemblyFileVersion("2.2.0.0")]
|
||||
[assembly: AssemblyVersion("2.2.1.0")]
|
||||
[assembly: AssemblyFileVersion("2.2.1.0")]
|
||||
|
@ -11,7 +11,7 @@ namespace DownKyi.Models
|
||||
|
||||
const int a = 1;
|
||||
const int b = 6;
|
||||
const int c = 0;
|
||||
const int c = 1;
|
||||
|
||||
public AppInfo()
|
||||
{
|
||||
|
@ -51,5 +51,5 @@ using System.Windows;
|
||||
// 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.6.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.6.0.0")]
|
||||
[assembly: AssemblyVersion("1.6.1.0")]
|
||||
[assembly: AssemblyFileVersion("1.6.1.0")]
|
||||
|
Loading…
Reference in New Issue
Block a user