Skip to content

Commit a7e836c

Browse files
chore(release): 1.10.0-beta.5 [skip ci]
## [1.10.0-beta.5](v1.10.0-beta.4...v1.10.0-beta.5) (2026-07-05) ### 🐛 Bug Fixes * **validation:** restore sync/async validation parity for external subclasses ([#357](#357)) ([#380](#380)) ([2abcd7d](2abcd7d))
1 parent 2abcd7d commit a7e836c

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
**Note**: This changelog is automatically generated by [semantic-release](https://github.com/semantic-release/semantic-release).
99

10+
## [1.10.0-beta.5](https://github.com/dborgards/eds-dcf-net/compare/v1.10.0-beta.4...v1.10.0-beta.5) (2026-07-05)
11+
12+
### 🐛 Bug Fixes
13+
14+
* **validation:** restore sync/async validation parity for external subclasses ([#357](https://github.com/dborgards/eds-dcf-net/issues/357)) ([#380](https://github.com/dborgards/eds-dcf-net/issues/380)) ([2abcd7d](https://github.com/dborgards/eds-dcf-net/commit/2abcd7da5479c1e1dc01b929ef20614c9b0be007))
15+
1016
## [1.10.0-beta.4](https://github.com/dborgards/eds-dcf-net/compare/v1.10.0-beta.3...v1.10.0-beta.4) (2026-07-04)
1117

1218
### 🐛 Bug Fixes

src/EdsDcfNet/EdsDcfNet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>netstandard2.0;net10.0</TargetFrameworks>
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
66
<PackageId>EdsDcfNet</PackageId>
7-
<Version>1.10.0-beta.4</Version>
7+
<Version>1.10.0-beta.5</Version>
88
<Authors>Dietmar Borgards</Authors>
99
<Description>A comprehensive C# .NET library for reading and writing CiA DS 306 (EDS, DCF, CPJ) and CiA 311 (XDD, XDC) files for CANopen devices.</Description>
1010
<PackageTags>CANopen;EDS;DCF;CPJ;XDD;XDC;CiA;DS306;CiA311;Industrial Automation</PackageTags>

0 commit comments

Comments
 (0)