Skip to content

Commit

Permalink
fixed missing grid style and views settings
Browse files Browse the repository at this point in the history
  • Loading branch information
koechlm committed Jul 22, 2021
1 parent fa12c20 commit fcbde54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Thunderdome/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions Thunderdome/Util/AutodeskPathUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";

/// <summary>
/// Returns path to VaultCommon folder
Expand Down

0 comments on commit fcbde54

Please sign in to comment.