File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020/////////////////////////////////////////////////////////////////
2121// This attribute is mandatory when building Interop libraries //
2222// update this whenever the native assembly signature changes //
23- [ assembly: AssemblyNativeVersion ( "100.0.0.1 " ) ]
23+ [ assembly: AssemblyNativeVersion ( "100.0.0.2 " ) ]
2424/////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public sealed class UsbStream : System.IO.Stream
3737 /// <summary>
3838 /// Gets a value indicating whether the USB device is connected or not.
3939 /// </summary>
40- public static extern bool IsConnected
40+ public extern bool IsConnected
4141 {
4242 [ MethodImpl ( MethodImplOptions . InternalCall ) ]
4343 get ;
You can’t perform that action at this time.
0 commit comments