Commit 35886cb Zhihang Yao
committed
1 parent 2f2ae7d commit 35886cb Copy full SHA for 35886cb
File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
+ ### 5.4.2 - 2024-02-01
4
+
5
+ #### Fixes
6
+ * Fixed global-to-local appearance converter to avoid duplicate exports.[ #298 ] ( https://github.com/3dcitydb/importer-exporter/pull/298 )
7
+
3
8
### 5.4.1 - 2024-01-19
4
9
5
10
#### Fixes
Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ previous release of the 3D City Database Importer/Exporter under Apache License
47
47
48
48
Latest release
49
49
--------------
50
- The latest stable release of the 3D City Database Importer/Exporter is 5.4.1 .
50
+ The latest stable release of the 3D City Database Importer/Exporter is 5.4.2 .
51
51
52
- Download the software [ here] ( https://github.com/3dcitydb/importer-exporter/releases/download/v5.4.1 /3DCityDB-Importer-Exporter-5.4.1 .zip ) .
52
+ Download the software [ here] ( https://github.com/3dcitydb/importer-exporter/releases/download/v5.4.2 /3DCityDB-Importer-Exporter-5.4.2 .zip ) .
53
53
Previous releases are available from the [ releases section] ( https://github.com/3dcitydb/importer-exporter/releases ) .
54
54
55
55
System requirements
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
2
2
3
3
apply from : ' properties.gradle'
4
4
5
- version ' 5.4.1 '
5
+ version ' 5.4.2 '
6
6
7
7
subprojects {
8
8
apply plugin : ' java-library'
You can’t perform that action at this time.
0 commit comments