From fcbde54e139d6a0041642f848a04134e824b2a9d Mon Sep 17 00:00:00 2001 From: koechlm Date: Thu, 22 Jul 2021 13:19:27 +0200 Subject: [PATCH] fixed missing grid style and views settings --- Thunderdome/Properties/AssemblyInfo.cs | 4 ++-- Thunderdome/Util/AutodeskPathUtil.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Thunderdome/Properties/AssemblyInfo.cs b/Thunderdome/Properties/AssemblyInfo.cs index bafcb85..922c3de 100644 --- a/Thunderdome/Properties/AssemblyInfo.cs +++ b/Thunderdome/Properties/AssemblyInfo.cs @@ -19,5 +19,5 @@ // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("129EBB30-24B6-4635-AE20-46BF10EF3B12")] -[assembly: AssemblyVersion("27.0.0.1")] -[assembly: AssemblyFileVersion("27.0.0.1")] +[assembly: AssemblyVersion("27.0.0.2")] +[assembly: AssemblyFileVersion("27.0.0.2")] diff --git a/Thunderdome/Util/AutodeskPathUtil.cs b/Thunderdome/Util/AutodeskPathUtil.cs index e02f62e..a822c9a 100644 --- a/Thunderdome/Util/AutodeskPathUtil.cs +++ b/Thunderdome/Util/AutodeskPathUtil.cs @@ -12,8 +12,8 @@ internal static class AutodeskPathUtil { //private const string CommonFolder1 = "Services_Security_1_6_2017"; //private const string CommonFolder2 = "Services_Security_6_29_2011"; - private const string VaultProFolderName = "Autodesk Vault Professional 2021"; - private const string VaultWgFolderName = "Autodesk Vault Workgroup 2021"; + private const string VaultProFolderName = "Autodesk Vault Professional 2022"; + private const string VaultWgFolderName = "Autodesk Vault Workgroup 2022"; /// /// Returns path to VaultCommon folder