We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d074a5 commit b339ba4Copy full SHA for b339ba4
CHANGELOG.md
@@ -1107,8 +1107,9 @@
1107
* Update accepted version range for System.Text.Json to include 8 and start with 6 (because 5 has dependency on lib reported as vulnerable)
1108
* Update Newtonsoft.JSON accepted version to start at 13 because 12 is considered vulnerable
1109
1110
-
1111
+## 8.0.2
+* Make `IsExternalInit` internal to avoid interfering with other tools that happen to be über sensitive
1112
+
1113
---
1114
1115
[AndreaCuneo]: https://github.com/AndreaCuneo
Rebus/Internals/IsExternalInit.cs
@@ -3,6 +3,6 @@
3
#pragma warning disable CS1591
4
namespace System.Runtime.CompilerServices;
5
6
-public class IsExternalInit
+class IsExternalInit
7
{
8
}
0 commit comments