Skip to content

Commit 154e694

Browse files
Kotlin 2.0.20 update (#103)
1 parent 8315015 commit 154e694

File tree

105 files changed

+65
-65
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+65
-65
lines changed

README.md

+1-1

build.gradle.kts

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1+
import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
12
import org.jetbrains.kotlin.gradle.plugin.mpp.NativeBuildType
23
import org.jetbrains.kotlin.gradle.plugin.mpp.apple.XCFramework
3-
import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl
44

55
plugins {
6-
kotlin("multiplatform") version "2.0.0"
7-
id("com.android.library") version "8.2.2"
6+
kotlin("multiplatform") version "2.0.20"
7+
id("com.android.library") version "8.5.0"
88
id("maven-publish")
99
id("signing")
1010
id("io.gitlab.arturbosch.detekt") version "1.23.6"
1111
id("org.sonarqube") version "4.3.1.3277"
1212
id("org.jetbrains.kotlinx.kover") version "0.6.1"
1313
id("com.asarkar.gradle.build-time-tracker") version "4.3.0"
14-
id("me.qoomon.git-versioning") version "6.4.3"
15-
id("com.goncalossilva.resources") version "0.4.1"
14+
id("me.qoomon.git-versioning") version "6.4.4"
15+
id("com.goncalossilva.resources") version "0.9.0"
1616
id("com.github.ben-manes.versions") version "0.51.0"
1717
id("org.jetbrains.dokka") version "1.9.20"
1818
}
@@ -24,11 +24,11 @@ repositories {
2424

2525
val productName: String = "Ashampoo Kim"
2626

27-
val ktorVersion: String = "2.3.11"
28-
val xmpCoreVersion: String = "1.4.0"
29-
val dateTimeVersion: String = "0.6.0"
27+
val ktorVersion: String = "2.3.12"
28+
val xmpCoreVersion: String = "1.4.1"
29+
val dateTimeVersion: String = "0.6.1"
3030
val testRessourcesVersion: String = "0.4.0"
31-
val kotlinxIoVersion: String = "0.4.0"
31+
val kotlinxIoVersion: String = "0.5.3"
3232

3333
description = productName
3434
group = "com.ashampoo"
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

src/commonTest/resources/com/ashampoo/kim/testdata/xmp/acdsee_sample_mod.xmp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
2-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
2+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
33
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
44
<rdf:Description rdf:about=""
55
xmlns:Iptc4xmpExt="http://iptc.org/std/Iptc4xmpExt/2008-02-29/"

src/commonTest/resources/com/ashampoo/kim/testdata/xmp/digikam_sample_mod.xmp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
2-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
2+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
33
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
44
<rdf:Description rdf:about=""
55
xmlns:Iptc4xmpCore="http://iptc.org/std/Iptc4xmpCore/1.0/xmlns/"

src/commonTest/resources/com/ashampoo/kim/testdata/xmp/exiftool_sample_mod.xmp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
2-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
2+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
33
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
44
<rdf:Description rdf:about=""
55
xmlns:Iptc4xmpExt="http://iptc.org/std/Iptc4xmpExt/2008-02-29/"

src/commonTest/resources/com/ashampoo/kim/testdata/xmp/mylio_sample_mod.xmp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
2-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
2+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
33
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
44
<rdf:Description rdf:about=""
55
xmlns:Iptc4xmpExt="http://iptc.org/std/Iptc4xmpExt/2008-02-29/"

src/commonTest/resources/com/ashampoo/kim/testdata/xmp/narrative_from_mylio_sample_mod.xmp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
2-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
2+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
33
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
44
<rdf:Description rdf:about=""
55
xmlns:Iptc4xmpExt="http://iptc.org/std/Iptc4xmpExt/2008-02-29/"

src/commonTest/resources/com/ashampoo/kim/testdata/xmp/narrative_sample_mod.xmp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
2-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
2+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
33
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
44
<rdf:Description rdf:about=""
55
xmlns:Iptc4xmpExt="http://iptc.org/std/Iptc4xmpExt/2008-02-29/"

src/commonTest/resources/com/ashampoo/kim/updates_jpg/new_gps_coordinates.jpg.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Keywords (25) = 'people'
136136

137137
---- XMP ----
138138
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
139-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
139+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
140140
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
141141
<rdf:Description rdf:about=""
142142
xmlns:exif="http://ns.adobe.com/exif/1.0/"

src/commonTest/resources/com/ashampoo/kim/updates_jpg/new_gps_coordinates.no_metadata.jpg.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Big-endian (Motorola, MM)
1818

1919
---- XMP ----
2020
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
21-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
21+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
2222
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
2323
<rdf:Description rdf:about=""
2424
xmlns:exif="http://ns.adobe.com/exif/1.0/"

src/commonTest/resources/com/ashampoo/kim/updates_jpg/new_keywords.jpg.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Keywords (25) = 'Äußerst öffentlich'
135135

136136
---- XMP ----
137137
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
138-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
138+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
139139
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
140140
<rdf:Description rdf:about=""
141141
xmlns:dc="http://purl.org/dc/elements/1.1/"

src/commonTest/resources/com/ashampoo/kim/updates_jpg/new_keywords.no_metadata.jpg.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Keywords (25) = 'Äußerst öffentlich'
77

88
---- XMP ----
99
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
10-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
10+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
1111
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
1212
<rdf:Description rdf:about=""
1313
xmlns:dc="http://purl.org/dc/elements/1.1/">

src/commonTest/resources/com/ashampoo/kim/updates_jpg/new_persons.jpg.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Keywords (25) = 'people'
135135

136136
---- XMP ----
137137
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
138-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
138+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
139139
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
140140
<rdf:Description rdf:about=""
141141
xmlns:Iptc4xmpExt="http://iptc.org/std/Iptc4xmpExt/2008-02-29/"

src/commonTest/resources/com/ashampoo/kim/updates_jpg/new_persons.no_metadata.jpg.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ File format : JPEG
22
Resolution : 2304 x 1536
33
---- XMP ----
44
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
5-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
5+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
66
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
77
<rdf:Description rdf:about=""
88
xmlns:Iptc4xmpExt="http://iptc.org/std/Iptc4xmpExt/2008-02-29/">

src/commonTest/resources/com/ashampoo/kim/updates_jpg/new_rating.jpg.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Keywords (25) = 'people'
135135

136136
---- XMP ----
137137
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
138-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
138+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
139139
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
140140
<rdf:Description rdf:about=""
141141
xmlns:xmp="http://ns.adobe.com/xap/1.0/"

src/commonTest/resources/com/ashampoo/kim/updates_jpg/new_rating.no_metadata.jpg.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ File format : JPEG
22
Resolution : 2304 x 1536
33
---- XMP ----
44
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
5-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
5+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
66
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
77
<rdf:Description rdf:about=""
88
xmlns:xmp="http://ns.adobe.com/xap/1.0/"

src/commonTest/resources/com/ashampoo/kim/updates_jpg/new_taken_date.jpg.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Keywords (25) = 'people'
132132

133133
---- XMP ----
134134
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
135-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
135+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
136136
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
137137
<rdf:Description rdf:about=""
138138
xmlns:exif="http://ns.adobe.com/exif/1.0/"

src/commonTest/resources/com/ashampoo/kim/updates_jpg/new_taken_date.no_metadata.jpg.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Big-endian (Motorola, MM)
1212

1313
---- XMP ----
1414
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
15-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
15+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
1616
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
1717
<rdf:Description rdf:about=""
1818
xmlns:exif="http://ns.adobe.com/exif/1.0/"

src/commonTest/resources/com/ashampoo/kim/updates_jpg/rotated_right.jpg.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Keywords (25) = 'people'
135135

136136
---- XMP ----
137137
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
138-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
138+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
139139
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
140140
<rdf:Description rdf:about=""
141141
xmlns:tiff="http://ns.adobe.com/tiff/1.0/"

src/commonTest/resources/com/ashampoo/kim/updates_jpg/rotated_right.no_metadata.jpg.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Big-endian (Motorola, MM)
1111

1212
---- XMP ----
1313
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
14-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
14+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
1515
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
1616
<rdf:Description rdf:about=""
1717
xmlns:tiff="http://ns.adobe.com/tiff/1.0/"
Binary file not shown.

src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_gps_coordinates.jxl.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Little-endian (Intel, II)
7070

7171
---- XMP ----
7272
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
73-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
73+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
7474
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
7575
<rdf:Description rdf:about=""
7676
xmlns:aux="http://ns.adobe.com/exif/1.0/aux/"

src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_gps_coordinates.no_metadata.jxl.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Big-endian (Motorola, MM)
1818

1919
---- XMP ----
2020
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
21-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
21+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
2222
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
2323
<rdf:Description rdf:about=""
2424
xmlns:exif="http://ns.adobe.com/exif/1.0/"
Binary file not shown.

src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_keywords.jxl.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Little-endian (Intel, II)
6161

6262
---- XMP ----
6363
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
64-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
64+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
6565
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
6666
<rdf:Description rdf:about=""
6767
xmlns:aux="http://ns.adobe.com/exif/1.0/aux/"

src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_keywords.no_metadata.jxl.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ File format : JXL
22
Resolution : null
33
---- XMP ----
44
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
5-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
5+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
66
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
77
<rdf:Description rdf:about=""
88
xmlns:dc="http://purl.org/dc/elements/1.1/">
Binary file not shown.

src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_persons.jxl.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Little-endian (Intel, II)
6161

6262
---- XMP ----
6363
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
64-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
64+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
6565
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
6666
<rdf:Description rdf:about=""
6767
xmlns:Iptc4xmpExt="http://iptc.org/std/Iptc4xmpExt/2008-02-29/"
Binary file not shown.

src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_persons.no_metadata.jxl.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ File format : JXL
22
Resolution : null
33
---- XMP ----
44
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
5-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
5+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
66
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
77
<rdf:Description rdf:about=""
88
xmlns:Iptc4xmpExt="http://iptc.org/std/Iptc4xmpExt/2008-02-29/">
Binary file not shown.

src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_rating.jxl.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Little-endian (Intel, II)
6161

6262
---- XMP ----
6363
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
64-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
64+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
6565
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
6666
<rdf:Description rdf:about=""
6767
xmlns:aux="http://ns.adobe.com/exif/1.0/aux/"
Binary file not shown.

src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_rating.no_metadata.jxl.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ File format : JXL
22
Resolution : null
33
---- XMP ----
44
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
5-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
5+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
66
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
77
<rdf:Description rdf:about=""
88
xmlns:xmp="http://ns.adobe.com/xap/1.0/"
Binary file not shown.

src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_taken_date.jxl.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Little-endian (Intel, II)
6262

6363
---- XMP ----
6464
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
65-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
65+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
6666
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
6767
<rdf:Description rdf:about=""
6868
xmlns:aux="http://ns.adobe.com/exif/1.0/aux/"

src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_taken_date.no_metadata.jxl.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Big-endian (Motorola, MM)
1212

1313
---- XMP ----
1414
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
15-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
15+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
1616
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
1717
<rdf:Description rdf:about=""
1818
xmlns:exif="http://ns.adobe.com/exif/1.0/"
Binary file not shown.

src/commonTest/resources/com/ashampoo/kim/updates_jxl/rotated_right.jxl.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Little-endian (Intel, II)
6262

6363
---- XMP ----
6464
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
65-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
65+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
6666
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
6767
<rdf:Description rdf:about=""
6868
xmlns:aux="http://ns.adobe.com/exif/1.0/aux/"

src/commonTest/resources/com/ashampoo/kim/updates_jxl/rotated_right.no_metadata.jxl.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Big-endian (Motorola, MM)
1111

1212
---- XMP ----
1313
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
14-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
14+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
1515
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
1616
<rdf:Description rdf:about=""
1717
xmlns:tiff="http://ns.adobe.com/tiff/1.0/"

src/commonTest/resources/com/ashampoo/kim/updates_png/new_gps_coordinates.no_metadata.png.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Time Created (60) = '15:28:58-15:28'
2626

2727
---- XMP ----
2828
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
29-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
29+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
3030
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
3131
<rdf:Description rdf:about=""
3232
xmlns:exif="http://ns.adobe.com/exif/1.0/"

src/commonTest/resources/com/ashampoo/kim/updates_png/new_gps_coordinates.png.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Time Created (60) = '15:28:58-15:28'
133133

134134
---- XMP ----
135135
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
136-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
136+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
137137
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
138138
<rdf:Description rdf:about=""
139139
xmlns:GIMP="http://www.gimp.org/xmp/"

src/commonTest/resources/com/ashampoo/kim/updates_png/new_keywords.no_metadata.png.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Time Created (60) = '15:28:58-15:28'
1010

1111
---- XMP ----
1212
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
13-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
13+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
1414
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
1515
<rdf:Description rdf:about=""
1616
xmlns:dc="http://purl.org/dc/elements/1.1/">

src/commonTest/resources/com/ashampoo/kim/updates_png/new_keywords.png.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Time Created (60) = '15:28:58-15:28'
130130

131131
---- XMP ----
132132
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
133-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
133+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
134134
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
135135
<rdf:Description rdf:about=""
136136
xmlns:GIMP="http://www.gimp.org/xmp/"

src/commonTest/resources/com/ashampoo/kim/updates_png/new_persons.no_metadata.png.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Time Created (60) = '15:28:58-15:28'
1010

1111
---- XMP ----
1212
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
13-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
13+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
1414
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
1515
<rdf:Description rdf:about=""
1616
xmlns:Iptc4xmpExt="http://iptc.org/std/Iptc4xmpExt/2008-02-29/">

src/commonTest/resources/com/ashampoo/kim/updates_png/new_persons.png.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Time Created (60) = '15:28:58-15:28'
130130

131131
---- XMP ----
132132
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
133-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
133+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
134134
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
135135
<rdf:Description rdf:about=""
136136
xmlns:GIMP="http://www.gimp.org/xmp/"

src/commonTest/resources/com/ashampoo/kim/updates_png/new_rating.no_metadata.png.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Time Created (60) = '15:28:58-15:28'
1010

1111
---- XMP ----
1212
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
13-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
13+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
1414
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
1515
<rdf:Description rdf:about=""
1616
xmlns:xmp="http://ns.adobe.com/xap/1.0/"

src/commonTest/resources/com/ashampoo/kim/updates_png/new_rating.png.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Time Created (60) = '15:28:58-15:28'
130130

131131
---- XMP ----
132132
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
133-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
133+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
134134
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
135135
<rdf:Description rdf:about=""
136136
xmlns:GIMP="http://www.gimp.org/xmp/"

src/commonTest/resources/com/ashampoo/kim/updates_png/new_taken_date.no_metadata.png.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Time Created (60) = '15:28:58-15:28'
2020

2121
---- XMP ----
2222
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
23-
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.0">
23+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Ashampoo XMP Core 1.4.1">
2424
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
2525
<rdf:Description rdf:about=""
2626
xmlns:exif="http://ns.adobe.com/exif/1.0/"

0 commit comments

Comments
 (0)