Skip to content

Commit dd7dd49

Browse files
committed
Update README.md with release notes for v1.2.0 and access control support
1 parent 078480b commit dd7dd49

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Experimental.System.Messaging
2+
23
Experimental port of System.Messaging (for .NET Core)
34

45
[![Image](https://img.shields.io/nuget/v/Experimental.System.Messaging.svg)](https://www.nuget.org/packages/Experimental.System.Messaging)
@@ -74,10 +75,14 @@ var queue = new MessageQueue(@"FormatName:Direct=TCP:192.168.1.100\MyPublicQueue
7475
## Release Note
7576

7677
### v1.2.0 (2025-11-30)
77-
Fixed Unicode string null termination in `StringToBytes` method. This bug affected `MessageQueue.Label`, `MessageQueue.MulticastAddress`, `Message.Label`, `Message.AuthenticationProviderName`, and queue format name properties, causing them not to persist correctly to MSMQ.
78+
79+
- Added support for setting access control on queue. Ported `AccessControlEntry`, `AccessControlEntryType`, `AccessControlList`, `MessageQueueAccessControlEntry`, `MessageQueuePermission`, `MessageQueuePermissionAccess`, `MessageQueuePermissionEntry`, and `MessageQueuePermissionEntryCollection` classes to provide access control permissions support. (PR #5, contributed by @j0hnth0m)
80+
- Fixed Unicode string null termination in `StringToBytes` method. This bug affected `MessageQueue.Label`, `MessageQueue.MulticastAddress`, `Message.Label`, `Message.AuthenticationProviderName`, and queue format name properties, causing them not to persist correctly to MSMQ.
7881

7982
### v1.1.0 (2019-11-06)
83+
8084
Trustee class namespace was moved from System.Messaging to Experimental.System.Messaging. It could break your existing build process.
8185

8286
### v1.0.0 (2018-01-06)
87+
8388
This version of the System.Messaging package excludes all advanced features such as code access security, execute permissions, and Active Directory integration. I released the package keeping in mind the minimal use of Message Queuing communication facilities. Please confirm whether it is suitable for actual use through unit test and integration test.

0 commit comments

Comments
 (0)