Skip to content

Commit 4330703

Browse files
committed
Fix non-CLS compliant code (a minor breaking change)
1 parent 5196af6 commit 4330703

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Zip/ZipExtraData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public byte[] Data
134134
/// <summary>
135135
/// The tag ID for this instance.
136136
/// </summary>
137-
protected short _tag;
137+
short _tag;
138138

139139
byte[] _data;
140140
#endregion

0 commit comments

Comments
 (0)