From 3ecbafa6c508942320fb6dd178479b45b2e0a39f Mon Sep 17 00:00:00 2001 From: David Lang Date: Wed, 27 Oct 2021 23:04:43 +1100 Subject: [PATCH] Bump version to 1.0 --- GlobalAssemblyInfo.cs | 4 ++-- Setup/Setup.vdproj | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/GlobalAssemblyInfo.cs b/GlobalAssemblyInfo.cs index a29405fa..969c9728 100644 --- a/GlobalAssemblyInfo.cs +++ b/GlobalAssemblyInfo.cs @@ -1,13 +1,13 @@ using System.Reflection; // AssemblyInformationalVersion is used for Application.ProductVersion -[assembly: AssemblyInformationalVersion("0.9" +[assembly: AssemblyInformationalVersion("1.0" #if DEBUG + "-debug" #endif )] // AssemblyVersion must be deterministic in debug mode so that user settings persist -[assembly: AssemblyVersion("0.9" +[assembly: AssemblyVersion("1.0" #if !DEBUG + ".*" #endif diff --git a/Setup/Setup.vdproj b/Setup/Setup.vdproj index f1bccc2d..766cc19f 100644 --- a/Setup/Setup.vdproj +++ b/Setup/Setup.vdproj @@ -209,15 +209,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:CARMEN" - "ProductCode" = "8:{5CB8AD2E-53D9-4A1C-AFE7-D324F1F85D80}" - "PackageCode" = "8:{445CEC57-571B-4971-BC5A-3F9D820E7BBF}" + "ProductCode" = "8:{4BB0AD83-92E3-4390-8AFF-2EC48E59B603}" + "PackageCode" = "8:{AF4E5DC0-7EAE-41A4-A019-48DD20ADD450}" "UpgradeCode" = "8:{961EC686-F4E0-4766-BB8B-8C8B95B0289D}" "AspNetVersion" = "8:4.0.30319.0" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE" "InstallAllUsers" = "11:TRUE" - "ProductVersion" = "8:0.9" + "ProductVersion" = "8:1.0" "Manufacturer" = "8:David Lang" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:https://github.com/davidlang42/CARMEN" @@ -745,7 +745,7 @@ { "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_F331B30318EE45C992DEB7C6F266D877" { - "SourcePath" = "8:..\\CarmenUI\\obj\\Release\\net5.0-windows\\apphost.exe" + "SourcePath" = "8:..\\CarmenUI\\obj\\Debug\\net5.0-windows\\apphost.exe" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_6C9730BB8C4B45A3881433C0DE2D1DAF"