File tree Expand file tree Collapse file tree 5 files changed +11
-9
lines changed
Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -435,6 +435,8 @@ Press F5 to start debugging.
435435
436436## History
437437
438+ 2025-12-09: release 2.25.1: fix issue with all empty strings in attribute column
439+
4384402025-11-27: release 2.25.0: add support for option alpha_cutoff (used with MASK alpha mode)
439441
4404422025-11-19: release 2.24.1: fix alpha transparency issue
Original file line number Diff line number Diff line change 1313 <PrivateAssets >all</PrivateAssets >
1414 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1515 </PackageReference >
16- <PackageReference Include =" NUnit3TestAdapter" Version =" 5.2 .0" >
16+ <PackageReference Include =" NUnit3TestAdapter" Version =" 6.0 .0" >
1717 <PrivateAssets >all</PrivateAssets >
1818 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1919 </PackageReference >
Original file line number Diff line number Diff line change 99 </PropertyGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 10.0.0 " />
13- <PackageReference Include =" Microsoft.Extensions.Configuration.EnvironmentVariables" Version =" 10.0.0 " />
14- <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 10.0.0 " />
12+ <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 10.0.1 " />
13+ <PackageReference Include =" Microsoft.Extensions.Configuration.EnvironmentVariables" Version =" 10.0.1 " />
14+ <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 10.0.1 " />
1515 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.1" />
1616 <PackageReference Include =" NUnit" Version =" 4.4.0" />
17- <PackageReference Include =" NUnit3TestAdapter" Version =" 5.2 .0" />
17+ <PackageReference Include =" NUnit3TestAdapter" Version =" 6.0 .0" />
1818 <PackageReference Include =" NUnit.Analyzers" Version =" 4.11.2" >
1919 <PrivateAssets >all</PrivateAssets >
2020 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
Original file line number Diff line number Diff line change 66 <PackageOutputPath >./nupkg</PackageOutputPath >
77 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
88 <ToolCommandName >pg2b3dm</ToolCommandName >
9- <Version >2.25.0 </Version >
9+ <Version >2.25.1 </Version >
1010 <Description >Console tool for converting PostGIS geometries to 3D Tiles</Description >
11- <AssemblyVersion >2.25.0 </AssemblyVersion >
12- <FileVersion >2.25.0 </FileVersion >
11+ <AssemblyVersion >2.25.1 </AssemblyVersion >
12+ <FileVersion >2.25.1 </FileVersion >
1313 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
1414 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1515 <Company >Geodan</Company >
Original file line number Diff line number Diff line change 1414 <PrivateAssets >all</PrivateAssets >
1515 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1616 </PackageReference >
17- <PackageReference Include =" NUnit3TestAdapter" Version =" 5.2 .0" >
17+ <PackageReference Include =" NUnit3TestAdapter" Version =" 6.0 .0" >
1818 <PrivateAssets >all</PrivateAssets >
1919 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2020 </PackageReference >
You can’t perform that action at this time.
0 commit comments