From 773853aad6489571065f7b2d28a401cff5430188 Mon Sep 17 00:00:00 2001 From: Invvard <7305493+Invvard@users.noreply.github.com> Date: Sat, 3 Apr 2021 22:40:24 -0400 Subject: [PATCH 1/2] Update application version to 1.2.1 --- .../Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/InvvardDev.EZLayoutDisplay.Desktop/Properties/AssemblyInfo.cs b/src/InvvardDev.EZLayoutDisplay.Desktop/Properties/AssemblyInfo.cs index b9254808..d9b66b36 100644 --- a/src/InvvardDev.EZLayoutDisplay.Desktop/Properties/AssemblyInfo.cs +++ b/src/InvvardDev.EZLayoutDisplay.Desktop/Properties/AssemblyInfo.cs @@ -51,6 +51,6 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.1.0")] -[assembly: AssemblyFileVersion("1.2.0")] +[assembly: AssemblyFileVersion("1.2.1")] [assembly: NeutralResourcesLanguage("en-US")] From c891ffe7503373c021a0704107d3383623a1005f Mon Sep 17 00:00:00 2001 From: Invvard <7305493+Invvard@users.noreply.github.com> Date: Sat, 3 Apr 2021 22:40:40 -0400 Subject: [PATCH 2/2] Update unit test --- .../ViewModel/AboutViewModelTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/InvvardDev.EZLayoutDisplay.Tests/ViewModel/AboutViewModelTest.cs b/src/InvvardDev.EZLayoutDisplay.Tests/ViewModel/AboutViewModelTest.cs index 17d657bf..86624a17 100644 --- a/src/InvvardDev.EZLayoutDisplay.Tests/ViewModel/AboutViewModelTest.cs +++ b/src/InvvardDev.EZLayoutDisplay.Tests/ViewModel/AboutViewModelTest.cs @@ -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("v1.2.0", aboutViewModel.AppVersionLabel); + Assert.Equal("v1.2.1", aboutViewModel.AppVersionLabel); Assert.Equal("Created by", aboutViewModel.CreatedTitleLabel); Assert.Equal("Based on", aboutViewModel.BasedOnTitleLabel); Assert.Equal("Project home", aboutViewModel.ProjectHomeTitleLabel);