Skip to content

Commit 790d753

Browse files
Updated to version 1.0.8 with latest cppapi v1.0.14 which improved lock handling of signal index cache, reconnect timing for data subscribers and data publisher port-in-use exception reporting from v1.0.13.
1 parent 6dd2ace commit 790d753

File tree

8 files changed

+6
-3
lines changed

8 files changed

+6
-3
lines changed
3.5 KB
Binary file not shown.
2 KB
Binary file not shown.
2 KB
Binary file not shown.
1.5 KB
Binary file not shown.

src/lib/ChangeLog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
21
## Wrapped .NET Target APIs for STTP
32

43
.NET APIs wrap [STTP C++ API](https://github.com/sttp/cppapi)
54

65
#### Change Log
76

7+
1.0.8 - 2019-07-11
8+
9+
Updated to cppapi v1.0.14 which improved lock handling of signal index cache, reconnect timing for data subscribers and data publisher port-in-use exception reporting from v1.0.13.
10+
811
1.0.7 - 2019-07-08
912

1013
Updated to cppapi v1.0.12 which improved shutdown speed when auto-reconnect is active.
0 Bytes
Binary file not shown.

src/lib/sttp.net/sttp.net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
<PropertyGroup>
4848
<PlatformTarget>AnyCPU</PlatformTarget>
49-
<Version>1.0.7</Version>
49+
<Version>1.0.8</Version>
5050
</PropertyGroup>
5151

5252
<ItemGroup>

0 commit comments

Comments
 (0)