Skip to content

Commit 748dbd3

Browse files
Copilotrkttu
andcommitted
Add disclaimer and release note v1.2.0 to README.md
Co-authored-by: rkttu <1297346+rkttu@users.noreply.github.com>
1 parent 05deeac commit 748dbd3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,15 @@ This package is a counterfeit of the .NET Framework version System.Messaging ass
99

1010
The source code for this package is excerpted from the .NET Framework reference source code.
1111

12+
## Disclaimer
13+
14+
This source code is based on Microsoft's Reference Source, but may contain differences from the original. Bug fixes have been applied in the public interest based on community-reported issues. If Microsoft officially releases an MSMQ client package for .NET Core/.NET 5+, that official package should take priority over this experimental package. Users are encouraged to migrate to the official package when it becomes available.
15+
1216
## Release Note
1317

18+
### v1.2.0 (2025-11-30)
19+
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.
20+
1421
### v1.1.0 (2019-11-06)
1522
Trustee class namespace was moved from System.Messaging to Experimental.System.Messaging. It could break your existing build process.
1623

0 commit comments

Comments
 (0)