File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Version 2.36-SNAPSHOT
3+ ## Version 2.36
44
55** Updates**
6+ * Bumped Dependencies.
67* Added support for namespaces and multi-namespace models.
78* Fixed Sta V2 time interval and time value deserialisation.
89
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Add the dependency:
2929<dependency >
3030 <groupId >de.fraunhofer.iosb.ilt</groupId >
3131 <artifactId >FROST-Client-Dynamic</artifactId >
32- <version >2.34 </version >
32+ <version >2.36 </version >
3333</dependency >
3434
3535```
@@ -38,7 +38,7 @@ Add the dependency:
3838
3939Add the dependency:
4040``` gradle
41- compile 'de.fraunhofer.iosb.ilt:FROST-Client-Dynamic:2.34 '
41+ compile 'de.fraunhofer.iosb.ilt:FROST-Client-Dynamic:2.36 '
4242```
4343
4444## API
Original file line number Diff line number Diff line change 44
55 <groupId >de.fraunhofer.iosb.ilt</groupId >
66 <artifactId >FROST-Client-Dynamic</artifactId >
7- <version >2.36-SNAPSHOT </version >
7+ <version >2.36</version >
88 <packaging >jar</packaging >
99
1010 <name >FROST-Client-Dynamic</name >
4242 <scm >
4343 <connection >scm:git:git@github.com:FraunhoferIOSB/FROST-Client-Dynamic.git</connection >
4444 <developerConnection >scm:git:git@github.com:FraunhoferIOSB/FROST-Client-Dynamic.git</developerConnection >
45- <tag >HEAD </tag >
45+ <tag >v2.36 </tag >
4646 <url >https://github.com/FraunhoferIOSB/FROST-Client-Dynamic</url >
4747 </scm >
4848
You can’t perform that action at this time.
0 commit comments