Skip to content

Commit

Permalink
Release 8.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyKalin committed Feb 21, 2025
1 parent 54b9764 commit c913ae6
Show file tree
Hide file tree
Showing 23 changed files with 47 additions and 46 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
artifact: ${{ env.ARTIFACT }}
release: ${{ env.RELEASE_VERSION }}
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: ${{ env.ARTIFACT }}.zip
path: artifact/${{ env.ARTIFACT }}.zip
Expand All @@ -60,7 +60,7 @@ jobs:
echo "Documentation Artifact: ${DOC_ARTIFACT}"
- name: Download documentation artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: ${{ env.DOC_ARTIFACT }}
path: downloads/
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
echo "Documentation Artifact: ${DOC_ARTIFACT}"
- name: Download documentation artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: ${{ env.DOC_ARTIFACT }}
path: downloads/
Expand Down
3 changes: 2 additions & 1 deletion ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
* [DXFC-413] Incorrect date handling when system calendar is set to Buddhist calendar
Version 8.8.3
* [DXFC-413] Fixed date handling when system calendar is set to Buddhist calendar

Version 8.8.2
* [DXFC-400] Fixed a bug with passing a UNICODE path to a file as a parameter of the logging initialization and settings loading function.
Expand Down
4 changes: 2 additions & 2 deletions dxf_api/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.8.1.0")]
[assembly: AssemblyFileVersion("8.8.1.0")]
[assembly: AssemblyVersion("8.8.3.0")]
[assembly: AssemblyFileVersion("8.8.3.0")]
4 changes: 2 additions & 2 deletions dxf_client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.8.1.0")]
[assembly: AssemblyFileVersion("8.8.1.0")]
[assembly: AssemblyVersion("8.8.3.0")]
[assembly: AssemblyFileVersion("8.8.3.0")]
4 changes: 2 additions & 2 deletions dxf_native/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.8.1.0")]
[assembly: AssemblyFileVersion("8.8.1.0")]
[assembly: AssemblyVersion("8.8.3.0")]
[assembly: AssemblyFileVersion("8.8.3.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.8.1.0")]
[assembly: AssemblyFileVersion("8.8.1.0")]
[assembly: AssemblyVersion("8.8.3.0")]
[assembly: AssemblyFileVersion("8.8.3.0")]
4 changes: 2 additions & 2 deletions samples/dxf_candle_sample/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.8.1.0")]
[assembly: AssemblyFileVersion("8.8.1.0")]
[assembly: AssemblyVersion("8.8.3.0")]
[assembly: AssemblyFileVersion("8.8.3.0")]
4 changes: 2 additions & 2 deletions samples/dxf_events_sample/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.8.1.0")]
[assembly: AssemblyFileVersion("8.8.1.0")]
[assembly: AssemblyVersion("8.8.3.0")]
[assembly: AssemblyFileVersion("8.8.3.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.8.1.0")]
[assembly: AssemblyFileVersion("8.8.1.0")]
[assembly: AssemblyVersion("8.8.3.0")]
[assembly: AssemblyFileVersion("8.8.3.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.8.1.0")]
[assembly: AssemblyFileVersion("8.8.1.0")]
[assembly: AssemblyVersion("8.8.3.0")]
[assembly: AssemblyFileVersion("8.8.3.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.8.1.0")]
[assembly: AssemblyFileVersion("8.8.1.0")]
[assembly: AssemblyVersion("8.8.3.0")]
[assembly: AssemblyFileVersion("8.8.3.0")]
4 changes: 2 additions & 2 deletions samples/dxf_ipf_connect_sample/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.8.1.0")]
[assembly: AssemblyFileVersion("8.8.1.0")]
[assembly: AssemblyVersion("8.8.3.0")]
[assembly: AssemblyFileVersion("8.8.3.0")]
4 changes: 2 additions & 2 deletions samples/dxf_option_chain_sample/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.8.1.0")]
[assembly: AssemblyFileVersion("8.8.1.0")]
[assembly: AssemblyVersion("8.8.3.0")]
[assembly: AssemblyFileVersion("8.8.3.0")]
4 changes: 2 additions & 2 deletions samples/dxf_order_view_sample/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.8.1.0")]
[assembly: AssemblyFileVersion("8.8.1.0")]
[assembly: AssemblyVersion("8.8.3.0")]
[assembly: AssemblyFileVersion("8.8.3.0")]
4 changes: 2 additions & 2 deletions samples/dxf_order_view_xcheck/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.8.1.0")]
[assembly: AssemblyFileVersion("8.8.1.0")]
[assembly: AssemblyVersion("8.8.3.0")]
[assembly: AssemblyFileVersion("8.8.3.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.8.1.0")]
[assembly: AssemblyFileVersion("8.8.1.0")]
[assembly: AssemblyVersion("8.8.3.0")]
[assembly: AssemblyFileVersion("8.8.3.0")]
4 changes: 2 additions & 2 deletions samples/dxf_promises_sample/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.8.1.0")]
[assembly: AssemblyFileVersion("8.8.1.0")]
[assembly: AssemblyVersion("8.8.3.0")]
[assembly: AssemblyFileVersion("8.8.3.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.8.1.0")]
[assembly: AssemblyFileVersion("8.8.1.0")]
[assembly: AssemblyVersion("8.8.3.0")]
[assembly: AssemblyFileVersion("8.8.3.0")]
4 changes: 2 additions & 2 deletions samples/dxf_regional_book_sample/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.8.1.0")]
[assembly: AssemblyFileVersion("8.8.1.0")]
[assembly: AssemblyVersion("8.8.3.0")]
[assembly: AssemblyFileVersion("8.8.3.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.8.1.0")]
[assembly: AssemblyFileVersion("8.8.1.0")]
[assembly: AssemblyVersion("8.8.3.0")]
[assembly: AssemblyFileVersion("8.8.3.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.8.1.0")]
[assembly: AssemblyFileVersion("8.8.1.0")]
[assembly: AssemblyVersion("8.8.3.0")]
[assembly: AssemblyFileVersion("8.8.3.0")]
4 changes: 2 additions & 2 deletions samples/dxf_snapshot_sample/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.8.1.0")]
[assembly: AssemblyFileVersion("8.8.1.0")]
[assembly: AssemblyVersion("8.8.3.0")]
[assembly: AssemblyFileVersion("8.8.3.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.8.1.0")]
[assembly: AssemblyFileVersion("8.8.1.0")]
[assembly: AssemblyVersion("8.8.3.0")]
[assembly: AssemblyFileVersion("8.8.3.0")]

0 comments on commit c913ae6

Please sign in to comment.