Skip to content

Commit

Permalink
Merge pull request #194 from Geodan/release_2_15
Browse files Browse the repository at this point in the history
release 2.15
  • Loading branch information
bertt authored Aug 14, 2024
2 parents 7f3ef90 + 14ddd14 commit 58a6b87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,8 @@ Press F5 to start debugging.

## History

2024-08-14: release 2.15: add alpha blending support. Parameter --default_alpha_mode (default OPAQUE, options OPAQUE/BLEND/MASK)

2024-08-08: release 2.14.1: make zip releases smaller

2024-08-08: release 2.14.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.14.1</Version>
<Version>2.15.0</Version>
<Description>Console tool for converting PostGIS geometries to 3D Tiles</Description>
<AssemblyVersion>2.14.1</AssemblyVersion>
<FileVersion>2.14.1</FileVersion>
<AssemblyVersion>2.15.0</AssemblyVersion>
<FileVersion>2.15.0</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 TIN support</PackageReleaseNotes>
<PackageReleaseNotes>Add alpha blending support</PackageReleaseNotes>
<PackageTags>3dtiles b3dm gltf cesium</PackageTags>
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
</PropertyGroup>
Expand Down

0 comments on commit 58a6b87

Please sign in to comment.