From 730fb2d46707e5a7e4d4d6302c93adbaf050ea34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Wed, 12 Jun 2019 16:59:29 +0100 Subject: [PATCH] Update AssemblyNativeVersion to 1.2.0.0 --- source/nanoFramework.CoreLibrary/System/AssemblyInfo2.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/nanoFramework.CoreLibrary/System/AssemblyInfo2.cs b/source/nanoFramework.CoreLibrary/System/AssemblyInfo2.cs index 8ccf963e..e243cd60 100644 --- a/source/nanoFramework.CoreLibrary/System/AssemblyInfo2.cs +++ b/source/nanoFramework.CoreLibrary/System/AssemblyInfo2.cs @@ -1,4 +1,4 @@ -// +// // Copyright (c) 2017 The nanoFramework project contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. @@ -14,4 +14,4 @@ [assembly: AssemblyProduct("nanoFramework mscorlib")] [assembly: AssemblyCopyright("Copyright © nanoFramework Contributors 2017")] -[assembly: AssemblyNativeVersion("1.1.1.7")] +[assembly: AssemblyNativeVersion("1.2.0.0")]