Releases: mkjeff/secs4net
Releases · mkjeff/secs4net
v2.4.3
v2.4.2
Break changes
HsmsConnection
no longer inherits fromBackgroundService
. that means you need to wrap it into a BackgroundService implementation and start it by yourself. sample- Hidden some inappropriate members from
ISecsConnection
.
Full Changelog: v2.4.1...v2.4.2
v2.4.1
net8.0
target framework support- AOT compatible
Break changes
Secs4Net is no longer bundled with extra encoding code pages, e.q. JIS8.
If you need JIS8 encoding,
- Add package reference
System.Text.Encoding.CodePages
to your project - Setup the encoding by following code
Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
Secs4Net.Item.JIS8Encoding = Encoding.GetEncoding(50222);
Full Changelog: v2.2.1...v2.4.1
v2.2.1
What's Changed
- Ignore the direction bit of the Device ID by @megla-tlanghorst in #81
New Contributors
- @megla-tlanghorst made their first contribution in #81
Full Changelog: v2.2.0...v2.2.1
v2.2.0
v2.1.1
v2.1.0
2.0
2.0.0-rc5.0: upgrade to net6.0 rc1.
(this should be the final RC version before the final #release)
- upgrade to net6.0 rc1.
- fix netstandard2.0
WithCancellation
extension method(#57)
2.0.0-rc4.3
improve debugging experience.
support nuget package 'SourceLink'.
keep List item API compatible with v1.