From 4f9251f0cc06da220826ae9aade60c39a3b30579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Sat, 22 Jun 2019 18:23:05 +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.System.Math/Properties/AssemblyInfo.cs | 2 +- .../nanoFramework.System.Math.nfproj | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/source/nanoFramework.System.Math/Properties/AssemblyInfo.cs b/source/nanoFramework.System.Math/Properties/AssemblyInfo.cs index 4fe4316..638e5fc 100644 --- a/source/nanoFramework.System.Math/Properties/AssemblyInfo.cs +++ b/source/nanoFramework.System.Math/Properties/AssemblyInfo.cs @@ -16,6 +16,6 @@ //////////////////////////////////////////////////////////////// // update this whenever the native assembly signature changes // -[assembly: AssemblyNativeVersion("1.0.4.3")] +[assembly: AssemblyNativeVersion("100.0.4.3")] //////////////////////////////////////////////////////////////// diff --git a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj index 402c904..b165819 100644 --- a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj +++ b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj @@ -44,6 +44,11 @@ false nanoFramework.System.Math + + + false + + false