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 2363b7d commit 8cdb4a3Copy full SHA for 8cdb4a3
source/nanoFramework.Hardware.Esp32/Properties/AssemblyInfo.cs
@@ -10,6 +10,11 @@
10
[assembly: AssemblyProduct("nanoFramework.Hardware.Esp32")]
11
[assembly: AssemblyCopyright("Copyright © nanoFramework Contributors 2018")]
12
13
+////////////////////////////////////////////////////////////////
14
+// update this whenever the native assembly signature changes //
15
+[assembly: AssemblyNativeVersion("1.0.6.0")]
16
17
+
18
// Setting ComVisible to false makes the types in this assembly not visible
19
// to COM components. If you need to access a type in this assembly from
20
// COM, set the ComVisible attribute to true on that type.
0 commit comments