This repository was archived by the owner on Nov 25, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
InvvardDev.EZLayoutDisplay.Desktop/Properties
InvvardDev.EZLayoutDisplay.Tests/ViewModel Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5050// You can specify all the values or you can default the Build and Revision Numbers
5151// by using the '*' as shown below:
5252// [assembly: AssemblyVersion("1.0.*")]
53- [ assembly: AssemblyVersion ( "1.0.0" ) ]
54- [ assembly: AssemblyFileVersion ( "1.0.0" ) ]
53+ [ assembly: AssemblyVersion ( "1.0.1. 0" ) ]
54+ [ assembly: AssemblyFileVersion ( "1.0.1. 0" ) ]
5555[ assembly: NeutralResourcesLanguage ( "en-US" ) ]
5656
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public void AboutViewModelConstructor()
2121 // Assert
2222 Assert . Equal ( "About EZ Layout Display" , aboutViewModel . WindowTitle ) ;
2323 Assert . Equal ( "EZ Layout Display" , aboutViewModel . AppTitleLabel ) ;
24- Assert . Equal ( "v.1.0.0 .0" , aboutViewModel . AppVersionLabel ) ;
24+ Assert . Equal ( "v.1.0.1 .0" , aboutViewModel . AppVersionLabel ) ;
2525 Assert . Equal ( "Created by" , aboutViewModel . CreatedTitleLabel ) ;
2626 Assert . Equal ( "Based on" , aboutViewModel . BasedOnTitleLabel ) ;
2727 Assert . Equal ( "Project home" , aboutViewModel . ProjectHomeTitleLabel ) ;
You can’t perform that action at this time.
0 commit comments