Skip to content

Commit

Permalink
Update to user version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Aug 21, 2024
1 parent 03557a3 commit f497d88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
12 changes: 1 addition & 11 deletions DesignAutomationConsole/DesignAutomationConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ricaun.Autodesk.Forge.Oss.DesignAutomation" Version="*" />
</ItemGroup>
<!--
<ItemGroup>
<PackageReference Include="ricaun.Autodesk.Forge.Oss" Version="*" />
<PackageReference Include="Autodesk.Forge.DesignAutomation" Version="*" />
<PackageReference Include="ricaun.Autodesk.Forge.Oss.DesignAutomation" Version="*-*" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\ricaun.Forge.DesignAutomation\ricaun.Forge.DesignAutomation.csproj" />
</ItemGroup>
-->

<ItemGroup>
<None Update="Bundle\RevitAddin.DA.Tester.bundle.zip">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand Down
4 changes: 2 additions & 2 deletions DesignAutomationConsole/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ private static async Task DA_RevitAddin_DA_Tester()
EngineVersions = new[] {
//"2019",
//"2020",
"2021",
//"2021",
//"2022",
//"2023",
//"2024",
//"2025",
"2025",
},
EnableConsoleLogger = true,
//EnableParameterConsoleLogger = true,
Expand Down

0 comments on commit f497d88

Please sign in to comment.