Skip to content

Commit 8ac245e

Browse files
authored
Update AssemblyInfo.cs
- Remove AssemblyNativeVersion attribute as this one doesn't have a native counterpart.
1 parent bda8f03 commit 8ac245e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/nanoFramework.System.Net.Http/Properties/AssemblyInfo.cs

+3-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010
[assembly: AssemblyProduct("System.Net.Http")]
1111
[assembly: AssemblyCopyright("Copyright © nanoFramework Contributors 2018")]
1212

13-
////////////////////////////////////////////////////////////////
14-
// update this whenever the native assembly signature changes //
15-
[assembly: AssemblyNativeVersion("1.0.5.0")]
16-
////////////////////////////////////////////////////////////////
13+
//////////////////////////////////////////////////////
14+
// this assembly does NOT have a native counterpart //
15+
//////////////////////////////////////////////////////
1716

1817
// Setting ComVisible to false makes the types in this assembly not visible
1918
// to COM components. If you need to access a type in this assembly from

0 commit comments

Comments
 (0)