You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gbc is now installed with 555 (r-xr-xr-x) permissions. (Issue
#1062)
C#
Fixed a regression writing to non-seekable streams using CompactBinaryWriter. The fix in commit b0fd4a1
inadvertently added a call to Stream.Position in the Release
configuration. This call is only indented to be made when Bond is built in
the Debug configuration.