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 e1e5ee9 commit f365e88
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.Pwm/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

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

// Setting ComVisible to false makes the types in this assembly not visible
Expand Down
5 changes: 5 additions & 0 deletions source/Windows.Devices.Pwm/Windows.Devices.Pwm.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
<NFMDP_CMD_LINE_OUTPUT>false</NFMDP_CMD_LINE_OUTPUT>
<Name>Windows.Devices.Pwm</Name>
</PropertyGroup>
<ItemGroup>
<NFMDP_PE_ExcludeClassByName Include="ThisAssembly">
<InProject>false</InProject>
</NFMDP_PE_ExcludeClassByName>
</ItemGroup>
<ItemGroup>
<NFMDP_PE_LoadHints Include="..\packages\nanoFramework.CoreLibrary.1.2.6-preview.1\lib\mscorlib.dll">
<InProject>false</InProject>
Expand Down

0 comments on commit f365e88

Please sign in to comment.