Skip to content

Commit

Permalink
release 2.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bertt committed Aug 15, 2024
1 parent 17099af commit feaefdf
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-15: release 2.15.1: assume RGBA format for hex color values, not ARGB

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
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.15.0</Version>
<Version>2.15.1</Version>
<Description>Console tool for converting PostGIS geometries to 3D Tiles</Description>
<AssemblyVersion>2.15.0</AssemblyVersion>
<FileVersion>2.15.0</FileVersion>
<AssemblyVersion>2.15.1</AssemblyVersion>
<FileVersion>2.15.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 alpha blending support</PackageReleaseNotes>
<PackageReleaseNotes>Assume RGBA hex format not ARGB</PackageReleaseNotes>
<PackageTags>3dtiles b3dm gltf cesium</PackageTags>
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
</PropertyGroup>
Expand Down

0 comments on commit feaefdf

Please sign in to comment.