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 7a032e2 commit 96ffe0eCopy full SHA for 96ffe0e
src/SpdReaderWriterDll/Settings.cs
@@ -7,11 +7,11 @@ public class Settings {
7
/// <summary>
8
/// DLL version
9
/// </summary>
10
- public const int DLLVERSION = 20211111;
+ public const int DLLVERSION = 20211119;
11
12
13
/// Minimum device's firmware version required
14
15
- public static int MINVERSION = 20211111;
+ public static int MINVERSION = 20211119;
16
}
17
0 commit comments