Skip to content

Commit c5db2cf

Browse files
committed
发布v1.6.1
1 parent 6e9fef3 commit c5db2cf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/DownKyi.Core/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
3333
//通过使用 "*",如下所示:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.2.0.0")]
36-
[assembly: AssemblyFileVersion("2.2.0.0")]
35+
[assembly: AssemblyVersion("2.2.1.0")]
36+
[assembly: AssemblyFileVersion("2.2.1.0")]

src/DownKyi/Models/AppInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class AppInfo
1111

1212
const int a = 1;
1313
const int b = 6;
14-
const int c = 0;
14+
const int c = 1;
1515

1616
public AppInfo()
1717
{

src/DownKyi/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.6.0.0")]
55-
[assembly: AssemblyFileVersion("1.6.0.0")]
54+
[assembly: AssemblyVersion("1.6.1.0")]
55+
[assembly: AssemblyFileVersion("1.6.1.0")]

0 commit comments

Comments
 (0)