From bcad942a6e4054daa80f8a2934d5ef8db6e7c0ec Mon Sep 17 00:00:00 2001 From: nfbot Date: Wed, 27 May 2026 01:17:38 +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.Slave/System.Device.I2c.Slave.nfproj | 2 +- System.Device.I2c.Slave/packages.config | 2 +- System.Device.I2c.Slave/packages.lock.json | 6 +++--- nanoFramework.System.Device.I2c.Slave.nuspec | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/System.Device.I2c.Slave/System.Device.I2c.Slave.nfproj b/System.Device.I2c.Slave/System.Device.I2c.Slave.nfproj index e0cb071..4df7d60 100644 --- a/System.Device.I2c.Slave/System.Device.I2c.Slave.nfproj +++ b/System.Device.I2c.Slave/System.Device.I2c.Slave.nfproj @@ -53,7 +53,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.Slave/packages.config b/System.Device.I2c.Slave/packages.config index d36e7c2..8da9ebb 100644 --- a/System.Device.I2c.Slave/packages.config +++ b/System.Device.I2c.Slave/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/System.Device.I2c.Slave/packages.lock.json b/System.Device.I2c.Slave/packages.lock.json index e95d3b5..fabe173 100644 --- a/System.Device.I2c.Slave/packages.lock.json +++ b/System.Device.I2c.Slave/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.Slave.nuspec b/nanoFramework.System.Device.I2c.Slave.nuspec index a19048f..3ccf862 100644 --- a/nanoFramework.System.Device.I2c.Slave.nuspec +++ b/nanoFramework.System.Device.I2c.Slave.nuspec @@ -20,7 +20,7 @@ This package requires a target with System.Device.I2c.Slave v$nativeVersion$ (ch nanoFramework C# csharp netmf netnf I2c - + From a760ba18de336cd489cccd02127fa34e452afd80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Wed, 27 May 2026 10:11:59 +0100 Subject: [PATCH 2/2] Update AssemblyNativeVersion to 100.2.0.1 --- System.Device.I2c.Slave/Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System.Device.I2c.Slave/Properties/AssemblyInfo.cs b/System.Device.I2c.Slave/Properties/AssemblyInfo.cs index e64f595..44b3149 100644 --- a/System.Device.I2c.Slave/Properties/AssemblyInfo.cs +++ b/System.Device.I2c.Slave/Properties/AssemblyInfo.cs @@ -22,5 +22,5 @@ ///////////////////////////////////////////////////////////////// // This attribute is mandatory when building Interop libraries // // update this whenever the native assembly signature changes // -[assembly: AssemblyNativeVersion("100.2.0.0")] +[assembly: AssemblyNativeVersion("100.2.0.1")] /////////////////////////////////////////////////////////////////