Skip to content

Commit 8cdb4a3

Browse files
authored
Add AssemblyNativeVersion
1 parent 2363b7d commit 8cdb4a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/nanoFramework.Hardware.Esp32/Properties/AssemblyInfo.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
[assembly: AssemblyProduct("nanoFramework.Hardware.Esp32")]
1111
[assembly: AssemblyCopyright("Copyright © nanoFramework Contributors 2018")]
1212

13+
////////////////////////////////////////////////////////////////
14+
// update this whenever the native assembly signature changes //
15+
[assembly: AssemblyNativeVersion("1.0.6.0")]
16+
////////////////////////////////////////////////////////////////
17+
1318
// Setting ComVisible to false makes the types in this assembly not visible
1419
// to COM components. If you need to access a type in this assembly from
1520
// COM, set the ComVisible attribute to true on that type.

0 commit comments

Comments
 (0)