Skip to content

Commit c220639

Browse files
authored
Work on native assembly declaration (#42)
1 parent 1c22cec commit c220639

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

source/nanoFramework.Networking.Sntp/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
////////////////////////////////////////////////////////////////
1313
// update this whenever the native assembly signature changes //
14-
[assembly: AssemblyNativeVersion("1.0.4.3")]
14+
[assembly: AssemblyNativeVersion("100.0.4.3")]
1515
////////////////////////////////////////////////////////////////
1616

1717
// Setting ComVisible to false makes the types in this assembly not visible

source/nanoFramework.Networking.Sntp/nanoFramework.Networking.Sntp.nfproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@
4343
<NFMDP_CMD_LINE_OUTPUT>false</NFMDP_CMD_LINE_OUTPUT>
4444
<Name>nanoFramework.Networking.Sntp</Name>
4545
</PropertyGroup>
46+
<ItemGroup>
47+
<NFMDP_PE_ExcludeClassByName Include="ThisAssembly">
48+
<InProject>false</InProject>
49+
</NFMDP_PE_ExcludeClassByName>
50+
</ItemGroup>
4651
<ItemGroup>
4752
<NFMDP_PE_LoadHints Include="..\packages\nanoFramework.CoreLibrary.1.2.6-preview.1\lib\mscorlib.dll">
4853
<InProject>false</InProject>

0 commit comments

Comments
 (0)