Skip to content

Commit

Permalink
Work on native assembly declaration
Browse files Browse the repository at this point in the history
- Add exclusion of ThisAssembly class (from Nerdbank.GitVersioning).
- Bump version of native assembly.
- Addresses nanoframework/Home#485.
- Addresses nanoframework/Home#491.

Signed-off-by: José Simões <jose.simoes@eclo.solutions>
  • Loading branch information
josesimoes committed Jun 22, 2019
1 parent 690819e commit a49c650
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion source/Windows.Devices.Spi/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

////////////////////////////////////////////////////////////////
// update this whenever the native assembly signature changes //
[assembly: AssemblyNativeVersion("1.1.3.0")]
[assembly: AssemblyNativeVersion("100.1.3.0")]
////////////////////////////////////////////////////////////////

5 changes: 5 additions & 0 deletions source/Windows.Devices.Spi/Windows.Devices.Spi.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@
<NFMDP_STUB_GenerateSkeletonProject>win_dev_spi</NFMDP_STUB_GenerateSkeletonProject>
<NFMDP_CMD_LINE_OUTPUT>false</NFMDP_CMD_LINE_OUTPUT>
</PropertyGroup>
<ItemGroup>
<NFMDP_PE_ExcludeClassByName Include="ThisAssembly">
<InProject>false</InProject>
</NFMDP_PE_ExcludeClassByName>
</ItemGroup>
<ItemGroup>
<NFMDP_PE_LoadHints Include="..\packages\nanoFramework.CoreLibrary.1.2.5-preview.1\lib\mscorlib.dll">
<InProject>false</InProject>
Expand Down

0 comments on commit a49c650

Please sign in to comment.