From cd0c2643cf612e7d9461391f329d9d1bfd2e98cf Mon Sep 17 00:00:00 2001 From: nfbot Date: Wed, 27 May 2026 01:19:24 +0000 Subject: [PATCH 1/2] Update 1 NuGet dependencies Bumps nanoFramework.CoreLibrary from 2.0.0-preview.49 to 2.0.0-preview.52
[version update] ### :warning: This is an automated update. :warning: --- System.Device.I2c/System.Device.I2c.nfproj | 2 +- System.Device.I2c/packages.config | 2 +- System.Device.I2c/packages.lock.json | 6 +++--- nanoFramework.System.Device.I2c.nuspec | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/System.Device.I2c/System.Device.I2c.nfproj b/System.Device.I2c/System.Device.I2c.nfproj index 64465e0..e66f9c9 100644 --- a/System.Device.I2c/System.Device.I2c.nfproj +++ b/System.Device.I2c/System.Device.I2c.nfproj @@ -55,7 +55,7 @@ - ..\packages\nanoFramework.CoreLibrary.2.0.0-preview.49\lib\netnano1.0\mscorlib.dll + ..\packages\nanoFramework.CoreLibrary.2.0.0-preview.52\lib\netnano1.0\mscorlib.dll diff --git a/System.Device.I2c/packages.config b/System.Device.I2c/packages.config index d36e7c2..8da9ebb 100644 --- a/System.Device.I2c/packages.config +++ b/System.Device.I2c/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/System.Device.I2c/packages.lock.json b/System.Device.I2c/packages.lock.json index e95d3b5..fabe173 100644 --- a/System.Device.I2c/packages.lock.json +++ b/System.Device.I2c/packages.lock.json @@ -4,9 +4,9 @@ ".NETnanoFramework,Version=v1.0": { "nanoFramework.CoreLibrary": { "type": "Direct", - "requested": "[2.0.0-preview.49, 2.0.0-preview.49]", - "resolved": "2.0.0-preview.49", - "contentHash": "/8/fw1qqEql05aelTR9QQi4ZF2M+Mdwuemjf9rul8yaOpl6jjnhhKfdRJMh4+BXp5VjwTZsALJVpp2aN+e7vzw==" + "requested": "[2.0.0-preview.52, 2.0.0-preview.52]", + "resolved": "2.0.0-preview.52", + "contentHash": "cV9JEhoc2OV/UL602i5xmEwQpnn/gzVMlDTAIAMRxCNwBKNYLO9U50OkJykpGnO2SULTsmvFqQWEGZiuANBZHw==" }, "Nerdbank.GitVersioning": { "type": "Direct", diff --git a/nanoFramework.System.Device.I2c.nuspec b/nanoFramework.System.Device.I2c.nuspec index 2e4b59a..5d3d08b 100644 --- a/nanoFramework.System.Device.I2c.nuspec +++ b/nanoFramework.System.Device.I2c.nuspec @@ -20,7 +20,7 @@ This package requires a target with System.Device.I2c v$nativeVersion$ (checksum nanoFramework C# csharp netmf netnf I2c - + From bca740fbd104f35566311d2a632abc722c239d25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Wed, 27 May 2026 10:12:57 +0100 Subject: [PATCH 2/2] Update AssemblyInfo.cs --- System.Device.I2c/Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System.Device.I2c/Properties/AssemblyInfo.cs b/System.Device.I2c/Properties/AssemblyInfo.cs index a94ebb5..7b1f17b 100644 --- a/System.Device.I2c/Properties/AssemblyInfo.cs +++ b/System.Device.I2c/Properties/AssemblyInfo.cs @@ -17,7 +17,7 @@ //////////////////////////////////////////////////////////////// // update this whenever the native assembly signature changes // -[assembly: AssemblyNativeVersion("100.2.0.0")] +[assembly: AssemblyNativeVersion("100.2.0.1")] //////////////////////////////////////////////////////////////// // Setting ComVisible to false makes the types in this assembly not visible