Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #61 from Invvard/feature/prepare-release-1.0.1.0
Browse files Browse the repository at this point in the history
Update assembly version to 1.0.1.0
  • Loading branch information
Invvard authored Apr 16, 2019
2 parents 5f8c081 + b2fa118 commit 4ac1a5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
// 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.0.0")]
[assembly: AssemblyFileVersion("1.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: NeutralResourcesLanguage("en-US")]

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public void AboutViewModelConstructor()
// Assert
Assert.Equal("About EZ Layout Display", aboutViewModel.WindowTitle);
Assert.Equal("EZ Layout Display", aboutViewModel.AppTitleLabel);
Assert.Equal("v.1.0.0.0", aboutViewModel.AppVersionLabel);
Assert.Equal("v.1.0.1.0", aboutViewModel.AppVersionLabel);
Assert.Equal("Created by", aboutViewModel.CreatedTitleLabel);
Assert.Equal("Based on", aboutViewModel.BasedOnTitleLabel);
Assert.Equal("Project home", aboutViewModel.ProjectHomeTitleLabel);
Expand Down

0 comments on commit 4ac1a5d

Please sign in to comment.