File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 28
28
for arch in "${architectures[@]}"; do
29
29
dotnet publish src/pg2b3dm -c Release -r "$arch" /p:PublishSingleFile=true
30
30
cd src/pg2b3dm/bin/Release/net8.0/"$arch"/publish
31
- zip -r ../../../../../../../pg2b3dm-"$arch".zip *
31
+ zip -r ../../../../../../../pg2b3dm-"$arch".zip pg2b3dm *
32
32
cd ../../../../../../..
33
33
done
34
34
Original file line number Diff line number Diff line change @@ -549,6 +549,8 @@ Press F5 to start debugging.
549
549
550
550
## History
551
551
552
+ 2024-08-08: release 2.14.1: make zip releases smaller
553
+
552
554
2024-08-08: release 2.14.0:
553
555
554
556
- add support for lines without z values
Original file line number Diff line number Diff line change 6
6
<PackageOutputPath >./nupkg</PackageOutputPath >
7
7
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
8
8
<ToolCommandName >pg2b3dm</ToolCommandName >
9
- <Version >2.14.0 </Version >
9
+ <Version >2.14.1 </Version >
10
10
<Description >Console tool for converting PostGIS geometries to 3D Tiles</Description >
11
- <AssemblyVersion >2.14.0 </AssemblyVersion >
12
- <FileVersion >2.14.0 </FileVersion >
11
+ <AssemblyVersion >2.14.1 </AssemblyVersion >
12
+ <FileVersion >2.14.1 </FileVersion >
13
13
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
14
14
<PackageLicenseExpression >MIT</PackageLicenseExpression >
15
15
<Company >Geodan</Company >
You can’t perform that action at this time.
0 commit comments