Skip to content

Commit c5641ab

Browse files
committed
to release 2.16
1 parent 2e2b61b commit c5641ab

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,8 @@ Press F5 to start debugging.
384384

385385
## History
386386

387+
2026-02-19: release 2.16.0: add support for yaw, roll, pitch rotations in no GPU instancing mode (legacy rotation is deprecated but will be treated as yaw)
388+
387389
2026-02-17: release 2.15.0: improve gpu instancing picking for multi node model and fix for pitch, roll, yaw rotations
388390

389391
2026-02-13: release 2.14.1: fix for keep_projection option

src/i3dm.export.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<TargetFramework>net8.0</TargetFramework>
66
<ToolCommandName>i3dm.export</ToolCommandName>
77
<PackageOutputPath>./nupkg</PackageOutputPath>
8-
<Version>2.15.0</Version>
9-
<AssemblyVersion>2.15.0</AssemblyVersion>
10-
<FileVersion>2.15.0</FileVersion>
8+
<Version>2.16.0</Version>
9+
<AssemblyVersion>2.16.0</AssemblyVersion>
10+
<FileVersion>2.16.0</FileVersion>
1111
<PackageProjectUrl>https://github.com/geodan/i3dm.export</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/geodan/i3dm.export</RepositoryUrl>
1313
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)