Skip to content

Commit

Permalink
Merge pull request #10 from koechlm/2024
Browse files Browse the repository at this point in the history
updated for 2024 compatibility
  • Loading branch information
koechlm committed May 9, 2023
2 parents 9d09958 + 722ee0b commit 251c7ce
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 24 deletions.
5 changes: 4 additions & 1 deletion Deploy/Deploy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Autodesk.Connectivity.WebServices">
<HintPath>..\..\..\..\OneDrive - Autodesk\Vault Customization\SDK References 2023\Autodesk Vault 2023 SDK\bin\x64\Autodesk.Connectivity.WebServices.dll</HintPath>
<HintPath>..\..\..\..\..\..\Program Files\Autodesk\Autodesk Vault 2024 SDK\bin\x64\Autodesk.Connectivity.WebServices.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand Down Expand Up @@ -124,6 +124,9 @@
<ItemGroup>
<Content Include="Resources\000260-computer-export.ico" />
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Connected Services\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
8 changes: 4 additions & 4 deletions Deploy/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("Thunderdome Deploy 2023")]
[assembly: AssemblyTitle("Thunderdome Deploy 2024")]
[assembly: AssemblyDescription("Deploy managed user settings and extensions")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Autodesk")]
[assembly: AssemblyProduct("Thunderdome Sample Deploy 2023")]
[assembly: AssemblyProduct("Thunderdome Sample Deploy 2024")]
[assembly: AssemblyCopyright("Copyright © 2022, Autodesk")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand All @@ -17,5 +17,5 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("C716965C-8440-4490-A9D8-1A4C2C35D056")]

[assembly: AssemblyVersion("2023.28.0.0")]
[assembly: AssemblyFileVersion("202.28.0.0")]
[assembly: AssemblyVersion("2024.0.0.0")]
[assembly: AssemblyFileVersion("2024.0.0.0")]
1 change: 1 addition & 0 deletions Thunderdome.sln
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Global
{5209F811-E8D2-4B59-A4D4-9BE9FCDD6004}.Release|x64.ActiveCfg = Release|x64
{5209F811-E8D2-4B59-A4D4-9BE9FCDD6004}.Release|x64.Build.0 = Release|x64
{BFFBB5E5-B60A-4334-B17C-B4677249B978}.Debug|x64.ActiveCfg = Debug
{BFFBB5E5-B60A-4334-B17C-B4677249B978}.Debug|x64.Build.0 = Debug
{BFFBB5E5-B60A-4334-B17C-B4677249B978}.Release|x64.ActiveCfg = Release
{BFFBB5E5-B60A-4334-B17C-B4677249B978}.Release|x64.Build.0 = Release
EndGlobalSection
Expand Down
8 changes: 4 additions & 4 deletions Thunderdome/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("Thunderdome 2023")]
[assembly: AssemblyTitle("Thunderdome 2024")]
[assembly: AssemblyDescription("Manage and deploy user settings and extensions")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Autodesk")]
[assembly: AssemblyProduct("Thunderdome Sample 2023")]
[assembly: AssemblyProduct("Thunderdome Sample 2024")]
[assembly: AssemblyCopyright("Copyright © 2023, Autodesk")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand All @@ -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("2023.28.0.0")]
[assembly: AssemblyFileVersion("2023.28.0.0")]
[assembly: AssemblyVersion("2024.0.0.0")]
[assembly: AssemblyFileVersion("2024.0.0.0")]
16 changes: 8 additions & 8 deletions Thunderdome/Thunderdome.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,35 +69,35 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Autodesk.Connectivity.Explorer.Extensibility">
<HintPath>..\..\..\..\OneDrive - Autodesk\Vault Customization\SDK References 2023\Autodesk Vault 2023 SDK\bin\x64\Autodesk.Connectivity.Explorer.Extensibility.dll</HintPath>
<HintPath>..\..\..\..\..\..\Program Files\Autodesk\Autodesk Vault 2024 SDK\bin\x64\Autodesk.Connectivity.Explorer.Extensibility.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Autodesk.Connectivity.Explorer.ExtensibilityTools">
<HintPath>..\..\..\..\OneDrive - Autodesk\Vault Customization\SDK References 2023\Autodesk Vault 2023 SDK\bin\x64\Autodesk.Connectivity.Explorer.ExtensibilityTools.dll</HintPath>
<HintPath>..\..\..\..\..\..\Program Files\Autodesk\Autodesk Vault 2024 SDK\bin\x64\Autodesk.Connectivity.Explorer.ExtensibilityTools.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Autodesk.Connectivity.Extensibility.Framework">
<HintPath>..\..\..\..\OneDrive - Autodesk\Vault Customization\SDK References 2023\Autodesk Vault 2023 SDK\bin\x64\Autodesk.Connectivity.Extensibility.Framework.dll</HintPath>
<HintPath>..\..\..\..\..\..\Program Files\Autodesk\Autodesk Vault 2024 SDK\bin\x64\Autodesk.Connectivity.Extensibility.Framework.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Autodesk.Connectivity.JobProcessor.Extensibility">
<HintPath>..\..\..\..\OneDrive - Autodesk\Vault Customization\SDK References 2023\Autodesk Vault 2023 SDK\bin\x64\Autodesk.Connectivity.JobProcessor.Extensibility.dll</HintPath>
<HintPath>..\..\..\..\..\..\Program Files\Autodesk\Autodesk Vault 2024 SDK\bin\x64\Autodesk.Connectivity.JobProcessor.Extensibility.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Autodesk.Connectivity.WebServices">
<HintPath>..\..\..\..\OneDrive - Autodesk\Vault Customization\SDK References 2023\Autodesk Vault 2023 SDK\bin\x64\Autodesk.Connectivity.WebServices.dll</HintPath>
<HintPath>..\..\..\..\..\..\Program Files\Autodesk\Autodesk Vault 2024 SDK\bin\x64\Autodesk.Connectivity.WebServices.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Autodesk.DataManagement.Client.Framework">
<HintPath>..\..\..\..\OneDrive - Autodesk\Vault Customization\SDK References 2023\Autodesk Vault 2023 SDK\bin\x64\Autodesk.DataManagement.Client.Framework.dll</HintPath>
<HintPath>..\..\..\..\..\..\Program Files\Autodesk\Autodesk Vault 2024 SDK\bin\x64\Autodesk.DataManagement.Client.Framework.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Autodesk.DataManagement.Client.Framework.Forms">
<HintPath>..\..\..\..\OneDrive - Autodesk\Vault Customization\SDK References 2023\Autodesk Vault 2023 SDK\bin\x64\Autodesk.DataManagement.Client.Framework.Forms.dll</HintPath>
<HintPath>..\..\..\..\..\..\Program Files\Autodesk\Autodesk Vault 2024 SDK\bin\x64\Autodesk.DataManagement.Client.Framework.Forms.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Autodesk.DataManagement.Client.Framework.Vault">
<HintPath>..\..\..\..\OneDrive - Autodesk\Vault Customization\SDK References 2023\Autodesk Vault 2023 SDK\bin\x64\Autodesk.DataManagement.Client.Framework.Vault.dll</HintPath>
<HintPath>..\..\..\..\..\..\Program Files\Autodesk\Autodesk Vault 2024 SDK\bin\x64\Autodesk.DataManagement.Client.Framework.Vault.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion Thunderdome/Thunderdome.vcet.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<configuration>
<connectivity.ExtensionSettings3>
<extension
interface="Autodesk.Connectivity.Explorer.Extensibility.IExplorerExtension, Autodesk.Connectivity.Explorer.Extensibility, Version=28.0.0.0, Culture=neutral, PublicKeyToken=215b0879a7566597"
interface="Autodesk.Connectivity.Explorer.Extensibility.IExplorerExtension, Autodesk.Connectivity.Explorer.Extensibility, Version=29.0.0.0, Culture=neutral, PublicKeyToken=215b0879a7566597"
type="Thunderdome.ThunderdomeExplorerExtension, Thunderdome">
</extension>
</connectivity.ExtensionSettings3>
Expand Down
2 changes: 1 addition & 1 deletion Thunderdome/ThunderdomeExplorerExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
using Thunderdome.Util;
using File = Autodesk.Connectivity.WebServices.File;

[assembly: ApiVersion("16.0")]
[assembly: ApiVersion("17.0")]
[assembly: ExtensionId("2AAE56F1-3E44-4B69-8AF0-15566D7A2E49")]

namespace Thunderdome
Expand Down
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 2023";
private const string VaultWgFolderName = "Autodesk Vault Workgroup 2023";
private const string VaultProFolderName = "Autodesk Vault Professional 2024";
private const string VaultWgFolderName = "Autodesk Vault Workgroup 2024";

/// <summary>
/// Returns path to VaultCommon folder
Expand Down
2 changes: 1 addition & 1 deletion Thunderdome/Util/FileUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Thunderdome.Util
/// </summary>
internal static class FileUtil
{
private static readonly string NameOfFolder = "Thunderdome 2023";
private static readonly string NameOfFolder = "Thunderdome 2024";

/// <summary>
/// Returns path to assembly CodeBase folder
Expand Down
3 changes: 1 addition & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Thunderdome is open source. You are expected to build your individual applicatio

RELEASE NOTES:
---------------------------------
2024.0.0: updated for 2024 compatibility
2023.0: updated for 2023
2022.1: Support for Saved Searches Groups added; Minor updates on the Tools->Thunderdome Pullout-Menu

Expand All @@ -63,8 +64,6 @@ Autodesk Consulting contributed many customer project driven enhancements, like

For 2020 and older releases review the readme: https://github.com/koechlm/Vault-Thunderdome.

Project Thunderdome 2019, 2020, 2021 sample applications had been published by AMC Bridge LCC on Autodesk App Store.


Sincerely,
Markus Koechl

0 comments on commit 251c7ce

Please sign in to comment.