Skip to content

Commit b339ba4

Browse files
committed
make IsExternalInit internal
1 parent 7d074a5 commit b339ba4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,8 +1107,9 @@
11071107
* Update accepted version range for System.Text.Json to include 8 and start with 6 (because 5 has dependency on lib reported as vulnerable)
11081108
* Update Newtonsoft.JSON accepted version to start at 13 because 12 is considered vulnerable
11091109

1110-
1111-
1110+
## 8.0.2
1111+
* Make `IsExternalInit` internal to avoid interfering with other tools that happen to be über sensitive
1112+
11121113
---
11131114

11141115
[AndreaCuneo]: https://github.com/AndreaCuneo

Rebus/Internals/IsExternalInit.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
#pragma warning disable CS1591
44
namespace System.Runtime.CompilerServices;
55

6-
public class IsExternalInit
6+
class IsExternalInit
77
{
88
}

0 commit comments

Comments
 (0)