diff --git a/System.IO.Hashing/Properties/AssemblyInfo.cs b/System.IO.Hashing/Properties/AssemblyInfo.cs index 7dd12d0..78059d7 100644 --- a/System.IO.Hashing/Properties/AssemblyInfo.cs +++ b/System.IO.Hashing/Properties/AssemblyInfo.cs @@ -23,5 +23,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")] ///////////////////////////////////////////////////////////////// diff --git a/System.IO.Hashing/System.IO.Hashing.nfproj b/System.IO.Hashing/System.IO.Hashing.nfproj index 1bf8d79..1de656f 100644 --- a/System.IO.Hashing/System.IO.Hashing.nfproj +++ b/System.IO.Hashing/System.IO.Hashing.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.IO.Hashing/packages.config b/System.IO.Hashing/packages.config index d36e7c2..8da9ebb 100644 --- a/System.IO.Hashing/packages.config +++ b/System.IO.Hashing/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/System.IO.Hashing/packages.lock.json b/System.IO.Hashing/packages.lock.json index e95d3b5..fabe173 100644 --- a/System.IO.Hashing/packages.lock.json +++ b/System.IO.Hashing/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/Tests/System.IO.HashingTests/System.IO.HashingTests.nfproj b/Tests/System.IO.HashingTests/System.IO.HashingTests.nfproj index 597b514..edbb686 100644 --- a/Tests/System.IO.HashingTests/System.IO.HashingTests.nfproj +++ b/Tests/System.IO.HashingTests/System.IO.HashingTests.nfproj @@ -32,10 +32,10 @@ - ..\..\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 - ..\..\packages\nanoFramework.System.Text.2.0.0-preview.18\lib\netnano1.0\nanoFramework.System.Text.dll + ..\..\packages\nanoFramework.System.Text.2.0.0-preview.23\lib\netnano1.0\nanoFramework.System.Text.dll ..\..\packages\nanoFramework.TestFramework.4.0.0-preview.58\lib\netnano1.0\nanoFramework.TestFramework.dll diff --git a/Tests/System.IO.HashingTests/packages.config b/Tests/System.IO.HashingTests/packages.config index 168d18b..5380b40 100644 --- a/Tests/System.IO.HashingTests/packages.config +++ b/Tests/System.IO.HashingTests/packages.config @@ -1,6 +1,6 @@  - - + + \ No newline at end of file diff --git a/Tests/System.IO.HashingTests/packages.lock.json b/Tests/System.IO.HashingTests/packages.lock.json index f6a7137..f30eb4a 100644 --- a/Tests/System.IO.HashingTests/packages.lock.json +++ b/Tests/System.IO.HashingTests/packages.lock.json @@ -4,15 +4,15 @@ ".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==" }, "nanoFramework.System.Text": { "type": "Direct", - "requested": "[2.0.0-preview.18, 2.0.0-preview.18]", - "resolved": "2.0.0-preview.18", - "contentHash": "ZnV49vaKgIzXN223aZ8Co3GZexDY+0d92QmOqfMdM/tzGIG2gnOy90UfAwQ3/n3Ea3a5RxNNgSxwxNGwsFgyMQ==" + "requested": "[2.0.0-preview.23, 2.0.0-preview.23]", + "resolved": "2.0.0-preview.23", + "contentHash": "ZS+T/tUqF37IFnwi4GzBLfCAiffafbOExYZSmZeKrB0NVMkms/8onBgwIw8rN9I5WmzugbQCNKGY+jdJF9s2/A==" }, "nanoFramework.TestFramework": { "type": "Direct", diff --git a/nanoFramework.System.IO.Hashing.nuspec b/nanoFramework.System.IO.Hashing.nuspec index 1b9122e..72b877a 100644 --- a/nanoFramework.System.IO.Hashing.nuspec +++ b/nanoFramework.System.IO.Hashing.nuspec @@ -20,7 +20,7 @@ This package requires a target with nanoFramework.System.IO.Hashing v$nativeVers nanoFramework C# csharp netmf netnf - +