From 745c5f696a68be9d18080422c1e213bc485de560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Sat, 22 Jun 2019 17:15:24 +0100 Subject: [PATCH] Work on native assembly declaration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- source/nanoFramework.Devices.Can/Properties/AssemblyInfo.cs | 2 +- .../nanoFramework.Devices.Can.nfproj | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/source/nanoFramework.Devices.Can/Properties/AssemblyInfo.cs b/source/nanoFramework.Devices.Can/Properties/AssemblyInfo.cs index 88cdb7a..0990557 100644 --- a/source/nanoFramework.Devices.Can/Properties/AssemblyInfo.cs +++ b/source/nanoFramework.Devices.Can/Properties/AssemblyInfo.cs @@ -11,7 +11,7 @@ //////////////////////////////////////////////////////////////// // update this whenever the native assembly signature changes // -[assembly: AssemblyNativeVersion("1.0.3.0")] +[assembly: AssemblyNativeVersion("100.0.3.0")] //////////////////////////////////////////////////////////////// // Setting ComVisible to false makes the types in this assembly not visible diff --git a/source/nanoFramework.Devices.Can/nanoFramework.Devices.Can.nfproj b/source/nanoFramework.Devices.Can/nanoFramework.Devices.Can.nfproj index dce88f7..cb24e6b 100644 --- a/source/nanoFramework.Devices.Can/nanoFramework.Devices.Can.nfproj +++ b/source/nanoFramework.Devices.Can/nanoFramework.Devices.Can.nfproj @@ -43,6 +43,11 @@ false nanoFramework.Devices.Can + + + false + + false