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 e498831 commit 6911c16Copy full SHA for 6911c16
com.playeveryware.eos/Runtime/Core/EOSPackageInfo.cs
@@ -34,8 +34,8 @@ public static class EOSPackageInfo
34
*/
35
36
public const string Version = "5.1.2";
37
- public const string NativeLibVersion = "5.0.0";
38
-
+ // Define a string to be used with a future version of Native Libraries
+ public const string NativeLibSDKVersion = "todo value";
39
public const string PackageName = "com.playeveryware.eos";
40
}
41
0 commit comments