Commit c5db2cf 1 parent 6e9fef3 commit c5db2cf Copy full SHA for c5db2cf
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 32
32
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
33
33
//通过使用 "*",如下所示:
34
34
// [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" ) ]
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ public class AppInfo
11
11
12
12
const int a = 1 ;
13
13
const int b = 6 ;
14
- const int c = 0 ;
14
+ const int c = 1 ;
15
15
16
16
public AppInfo ( )
17
17
{
Original file line number Diff line number Diff line change 51
51
// You can specify all the values or you can default the Build and Revision Numbers
52
52
// by using the '*' as shown below:
53
53
// [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" ) ]
You can’t perform that action at this time.
0 commit comments