This repository was archived by the owner on Nov 25, 2023. It is now read-only.
File tree 3 files changed +3
-3
lines changed
InvvardDev.EZLayoutDisplay.Desktop
InvvardDev.EZLayoutDisplay.Tests/ViewModel
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 51
51
// by using the '*' as shown below:
52
52
// [assembly: AssemblyVersion("1.0.*")]
53
53
[ assembly: AssemblyVersion ( "1.0.1.0" ) ]
54
- [ assembly: AssemblyFileVersion ( "1.1.2 " ) ]
54
+ [ assembly: AssemblyFileVersion ( "1.1.3 " ) ]
55
55
[ assembly: NeutralResourcesLanguage ( "en-US" ) ]
56
56
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ private void SetLabelUi()
198
198
var appVersion = GetAppVersion ( ) ;
199
199
WindowTitle = $ "About { appTitle } ";
200
200
AppTitleLabel = appTitle ;
201
- AppVersionLabel = $ "v. { appVersion } ";
201
+ AppVersionLabel = $ "v{ appVersion } ";
202
202
CreatedTitleLabel = "Created by" ;
203
203
BasedOnTitleLabel = "Based on" ;
204
204
ProjectHomeTitleLabel = "Project home" ;
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public void AboutViewModelConstructor()
21
21
// Assert
22
22
Assert . Equal ( "About EZ Layout Display" , aboutViewModel . WindowTitle ) ;
23
23
Assert . Equal ( "EZ Layout Display" , aboutViewModel . AppTitleLabel ) ;
24
- Assert . Equal ( "v .1.1.2 " , aboutViewModel . AppVersionLabel ) ;
24
+ Assert . Equal ( "v1 .1.3 " , aboutViewModel . AppVersionLabel ) ;
25
25
Assert . Equal ( "Created by" , aboutViewModel . CreatedTitleLabel ) ;
26
26
Assert . Equal ( "Based on" , aboutViewModel . BasedOnTitleLabel ) ;
27
27
Assert . Equal ( "Project home" , aboutViewModel . ProjectHomeTitleLabel ) ;
You can’t perform that action at this time.
0 commit comments