From 4e05afe669ed97079a2751747f8853acca3e33ef Mon Sep 17 00:00:00 2001 From: Derek Ng Date: Wed, 23 Jul 2025 08:49:02 -0700 Subject: [PATCH] Update SDK nuget to 5.3.0 Bump version --- .../Tableau.Migration.App.Core.csproj | 8 ++++---- src/Tableau.Migration.App.GUI/Constants.cs | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Tableau.Migration.App.Core/Tableau.Migration.App.Core.csproj b/src/Tableau.Migration.App.Core/Tableau.Migration.App.Core.csproj index 8f5a1ea..bd9e204 100644 --- a/src/Tableau.Migration.App.Core/Tableau.Migration.App.Core.csproj +++ b/src/Tableau.Migration.App.Core/Tableau.Migration.App.Core.csproj @@ -31,15 +31,15 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/src/Tableau.Migration.App.GUI/Constants.cs b/src/Tableau.Migration.App.GUI/Constants.cs index bf031d3..837bcef 100644 --- a/src/Tableau.Migration.App.GUI/Constants.cs +++ b/src/Tableau.Migration.App.GUI/Constants.cs @@ -30,7 +30,7 @@ public static class Constants /// /// The App version number. /// - public const string Version = "v1.0.4"; + public const string Version = "v1.0.6"; /// /// The App name with version.