Skip to content

Commit

Permalink
Merge pull request #84 from Geodan/release_2_10
Browse files Browse the repository at this point in the history
release 2.10
  • Loading branch information
bertt authored Oct 31, 2024
2 parents 232165d + 83db049 commit ce32d8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,8 @@ Press F5 to start debugging.

## History

2024-10-31: release 2.10.0: add multiple mesh support in input model + gpu instancing tags null checking + vertical precision

2024-10-15: release 2.9.0: add tileset version option

2024-08-01: release 2.8.3: fix release
Expand Down
6 changes: 3 additions & 3 deletions src/i3dm.export.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<TargetFramework>net8.0</TargetFramework>
<ToolCommandName>i3dm.export</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>
<Version>2.9.0</Version>
<AssemblyVersion>2.9.0</AssemblyVersion>
<FileVersion>2.9.0</FileVersion>
<Version>2.10.0</Version>
<AssemblyVersion>2.10.0</AssemblyVersion>
<FileVersion>2.10.0</FileVersion>
<PackageProjectUrl>https://github.com/geodan/i3dm.export</PackageProjectUrl>
<RepositoryUrl>https://github.com/geodan/i3dm.export</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit ce32d8d

Please sign in to comment.