Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Aug 24, 2023
1 parent fcc5d9d commit 6416b32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [1.0.0] / 2023-08-23
### Features
- First Release
- `PreviewWindow` with simple `Revit` geometry viewer.
- Update `ricaun.HelixToolkit.Wpf` - `2.20.2`

[vNext]: ../../compare/1.0.0...HEAD
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@

<ItemGroup>
<PackageReference Include="Revit_All_Main_Versions_API_x64" Version="$(RevitVersion).*" IncludeAssets="build; compile" PrivateAssets="All" />
<PackageReference Include="ricaun.HelixToolkit.Wpf" Version="2.20.2" />
<PackageReference Include="ricaun.HelixToolkit.Wpf" Version="*" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6416b32

Please sign in to comment.