Skip to content

Commit

Permalink
Update nservicebus/upgrades/release-policy.md
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Marbach <[email protected]>
  • Loading branch information
mauroservienti and danielmarbach authored Dec 3, 2024
1 parent ae0037c commit 70e3ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nservicebus/upgrades/release-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Given a version number `{major}.{minor}.{patch}`, increment the:

* Text in log and exception messages is not considered part of the public API.
* Specific instances where following SemVer could hide potential message loss between versions.
* Public unsupported APIs: Undocumented APIs are unsupported; as such, they don't follow SemVer. Unsupported APIs are identified by the [`Experimental` attribute](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-12.0/experimental-attribute) to allow compilers to report the unsupported nature of the referenced member.
* Experimental APIs: Public APIs marked with the [ExperimentalAttribute](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-12.0/experimental-attribute) are considered unsupported and do not adhere to SemVer. Using these APIs requires suppressing compiler warnings, explicitly opting into their unsupported nature. As such, they are subject to change without prior notice or guided obsoletion.

## Backporting important bug fixes

Expand Down

0 comments on commit 70e3ea1

Please sign in to comment.