Skip to content

Commit c913ae6

Browse files
committed
Release 8.8.3
1 parent 54b9764 commit c913ae6

File tree

23 files changed

+47
-46
lines changed

23 files changed

+47
-46
lines changed

.github/workflows/github-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
artifact: ${{ env.ARTIFACT }}
3737
release: ${{ env.RELEASE_VERSION }}
38-
- uses: actions/upload-artifact@v1
38+
- uses: actions/upload-artifact@v4
3939
with:
4040
name: ${{ env.ARTIFACT }}.zip
4141
path: artifact/${{ env.ARTIFACT }}.zip
@@ -60,7 +60,7 @@ jobs:
6060
echo "Documentation Artifact: ${DOC_ARTIFACT}"
6161
6262
- name: Download documentation artifact
63-
uses: actions/download-artifact@v1
63+
uses: actions/download-artifact@v4
6464
with:
6565
name: ${{ env.DOC_ARTIFACT }}
6666
path: downloads/
@@ -110,7 +110,7 @@ jobs:
110110
echo "Documentation Artifact: ${DOC_ARTIFACT}"
111111
112112
- name: Download documentation artifact
113-
uses: actions/download-artifact@v1
113+
uses: actions/download-artifact@v4
114114
with:
115115
name: ${{ env.DOC_ARTIFACT }}
116116
path: downloads/

ReleaseNotes.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
* [DXFC-413] Incorrect date handling when system calendar is set to Buddhist calendar
1+
Version 8.8.3
2+
* [DXFC-413] Fixed date handling when system calendar is set to Buddhist calendar
23

34
Version 8.8.2
45
* [DXFC-400] Fixed a bug with passing a UNICODE path to a file as a parameter of the logging initialization and settings loading function.

dxf_api/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("8.8.1.0")]
36-
[assembly: AssemblyFileVersion("8.8.1.0")]
35+
[assembly: AssemblyVersion("8.8.3.0")]
36+
[assembly: AssemblyFileVersion("8.8.3.0")]

dxf_client/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("8.8.1.0")]
36-
[assembly: AssemblyFileVersion("8.8.1.0")]
35+
[assembly: AssemblyVersion("8.8.3.0")]
36+
[assembly: AssemblyFileVersion("8.8.3.0")]

dxf_native/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("8.8.1.0")]
36-
[assembly: AssemblyFileVersion("8.8.1.0")]
35+
[assembly: AssemblyVersion("8.8.3.0")]
36+
[assembly: AssemblyFileVersion("8.8.3.0")]

samples/dxf_candle_data_retrieving_sample/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("8.8.1.0")]
36-
[assembly: AssemblyFileVersion("8.8.1.0")]
35+
[assembly: AssemblyVersion("8.8.3.0")]
36+
[assembly: AssemblyFileVersion("8.8.3.0")]

samples/dxf_candle_sample/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("8.8.1.0")]
36-
[assembly: AssemblyFileVersion("8.8.1.0")]
35+
[assembly: AssemblyVersion("8.8.3.0")]
36+
[assembly: AssemblyFileVersion("8.8.3.0")]

samples/dxf_events_sample/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("8.8.1.0")]
36-
[assembly: AssemblyFileVersion("8.8.1.0")]
35+
[assembly: AssemblyVersion("8.8.3.0")]
36+
[assembly: AssemblyFileVersion("8.8.3.0")]

samples/dxf_inc_order_snapshot_sample/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("8.8.1.0")]
35-
[assembly: AssemblyFileVersion("8.8.1.0")]
34+
[assembly: AssemblyVersion("8.8.3.0")]
35+
[assembly: AssemblyFileVersion("8.8.3.0")]

samples/dxf_instrument_profile_live_sample/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("8.8.1.0")]
36-
[assembly: AssemblyFileVersion("8.8.1.0")]
35+
[assembly: AssemblyVersion("8.8.3.0")]
36+
[assembly: AssemblyFileVersion("8.8.3.0")]

samples/dxf_instrument_profile_sample/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("8.8.1.0")]
36-
[assembly: AssemblyFileVersion("8.8.1.0")]
35+
[assembly: AssemblyVersion("8.8.3.0")]
36+
[assembly: AssemblyFileVersion("8.8.3.0")]

samples/dxf_ipf_connect_sample/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("8.8.1.0")]
36-
[assembly: AssemblyFileVersion("8.8.1.0")]
35+
[assembly: AssemblyVersion("8.8.3.0")]
36+
[assembly: AssemblyFileVersion("8.8.3.0")]

samples/dxf_option_chain_sample/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("8.8.1.0")]
36-
[assembly: AssemblyFileVersion("8.8.1.0")]
35+
[assembly: AssemblyVersion("8.8.3.0")]
36+
[assembly: AssemblyFileVersion("8.8.3.0")]

samples/dxf_order_view_sample/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("8.8.1.0")]
36-
[assembly: AssemblyFileVersion("8.8.1.0")]
35+
[assembly: AssemblyVersion("8.8.3.0")]
36+
[assembly: AssemblyFileVersion("8.8.3.0")]

samples/dxf_order_view_xcheck/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("8.8.1.0")]
36-
[assembly: AssemblyFileVersion("8.8.1.0")]
35+
[assembly: AssemblyVersion("8.8.3.0")]
36+
[assembly: AssemblyFileVersion("8.8.3.0")]

samples/dxf_price_level_book_sample/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("8.8.1.0")]
36-
[assembly: AssemblyFileVersion("8.8.1.0")]
35+
[assembly: AssemblyVersion("8.8.3.0")]
36+
[assembly: AssemblyFileVersion("8.8.3.0")]

samples/dxf_promises_sample/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("8.8.1.0")]
36-
[assembly: AssemblyFileVersion("8.8.1.0")]
35+
[assembly: AssemblyVersion("8.8.3.0")]
36+
[assembly: AssemblyFileVersion("8.8.3.0")]

samples/dxf_read_write_raw_data_sample/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("8.8.1.0")]
36-
[assembly: AssemblyFileVersion("8.8.1.0")]
35+
[assembly: AssemblyVersion("8.8.3.0")]
36+
[assembly: AssemblyFileVersion("8.8.3.0")]

samples/dxf_regional_book_sample/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("8.8.1.0")]
36-
[assembly: AssemblyFileVersion("8.8.1.0")]
35+
[assembly: AssemblyVersion("8.8.3.0")]
36+
[assembly: AssemblyFileVersion("8.8.3.0")]

samples/dxf_simple_data_retrieving_sample/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("8.8.1.0")]
36-
[assembly: AssemblyFileVersion("8.8.1.0")]
35+
[assembly: AssemblyVersion("8.8.3.0")]
36+
[assembly: AssemblyFileVersion("8.8.3.0")]

samples/dxf_simple_order_book_sample/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("8.8.1.0")]
36-
[assembly: AssemblyFileVersion("8.8.1.0")]
35+
[assembly: AssemblyVersion("8.8.3.0")]
36+
[assembly: AssemblyFileVersion("8.8.3.0")]

samples/dxf_snapshot_sample/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("8.8.1.0")]
36-
[assembly: AssemblyFileVersion("8.8.1.0")]
35+
[assembly: AssemblyVersion("8.8.3.0")]
36+
[assembly: AssemblyFileVersion("8.8.3.0")]

samples/dxf_tns_data_retrieving_sample/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("8.8.1.0")]
36-
[assembly: AssemblyFileVersion("8.8.1.0")]
35+
[assembly: AssemblyVersion("8.8.3.0")]
36+
[assembly: AssemblyFileVersion("8.8.3.0")]

0 commit comments

Comments
 (0)