Skip to content

Commit 7dd9d10

Browse files
chore(release): 1.10.0-beta.7 [skip ci]
## [1.10.0-beta.7](v1.10.0-beta.6...v1.10.0-beta.7) (2026-07-05) ### 🐛 Bug Fixes * **api:** remove [Obsolete] from CanOpenReaderBase members without public replacement ([#362](#362)) ([#382](#382)) ([8691d61](8691d61))
1 parent 8691d61 commit 7dd9d10

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.7](https://github.com/dborgards/eds-dcf-net/compare/v1.10.0-beta.6...v1.10.0-beta.7) (2026-07-05)
11+
12+
### 🐛 Bug Fixes
13+
14+
* **api:** remove [Obsolete] from CanOpenReaderBase members without public replacement ([#362](https://github.com/dborgards/eds-dcf-net/issues/362)) ([#382](https://github.com/dborgards/eds-dcf-net/issues/382)) ([8691d61](https://github.com/dborgards/eds-dcf-net/commit/8691d61cfa93fa0afe5445abf03ab354cf84c04b))
15+
1016
## [1.10.0-beta.6](https://github.com/dborgards/eds-dcf-net/compare/v1.10.0-beta.5...v1.10.0-beta.6) (2026-07-05)
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.6</Version>
7+
<Version>1.10.0-beta.7</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)