Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 2.18.1 #218

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,8 @@ Press F5 to start debugging.

## History

2024-10-23: release 2.18.1 add null checking in attribute columns

2024-10-15: release 2.18.0 add option tilesetVersion

2024-09-04: release 2.17.0:
Expand Down
8 changes: 4 additions & 4 deletions src/pg2b3dm/pg2b3dm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
<PackageOutputPath>./nupkg</PackageOutputPath>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<ToolCommandName>pg2b3dm</ToolCommandName>
<Version>2.18.0</Version>
<Version>2.18.1</Version>
<Description>Console tool for converting PostGIS geometries to 3D Tiles</Description>
<AssemblyVersion>2.18.0</AssemblyVersion>
<FileVersion>2.18.0</FileVersion>
<AssemblyVersion>2.18.1</AssemblyVersion>
<FileVersion>2.18.1</FileVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Company>Geodan</Company>
<Authors>Bert Temme</Authors>
<PackageProjectUrl>https://github.com/geodan/pg2b3dm</PackageProjectUrl>
<RepositoryUrl>https://github.com/geodan/pg2b3dm</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>Add option tilesetVersion</PackageReleaseNotes>
<PackageReleaseNotes>Add null checking for attributes</PackageReleaseNotes>
<PackageTags>3dtiles b3dm gltf cesium</PackageTags>
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
</PropertyGroup>
Expand Down