diff --git a/CHANGELOG.md b/CHANGELOG.md index 48efa33..7abf9cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,20 @@ # Change Log -## [v1.0.2-preview-017](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.0.2-preview-017) (2018-12-14) -[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.2-preview-015...v1.0.2-preview-017) +## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/HEAD) + +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.2...HEAD) + +**Documentation and other chores:** + +- Bumps nanoFramework.CoreLibrary from 1.1.0 to 1.1.1 [\#11](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/11) +- Merge back from Release v1.0.2 [\#10](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/10) + +## [v1.0.2](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.0.2) (2018-12-15) +[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.2-preview-015...v1.0.2) **Documentation and other chores:** +- Release v1.0.2 [\#9](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/9) - Bumps nanoFramework.CoreLibrary from 1.0.6-preview-021 to 1.1.0 [\#8](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/8) ## [v1.0.2-preview-015](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.0.2-preview-015) (2018-11-30) diff --git a/source/nanoFramework.System.Math.DELIVERABLES.nuspec b/source/nanoFramework.System.Math.DELIVERABLES.nuspec index 42901b0..a1cf7aa 100644 --- a/source/nanoFramework.System.Math.DELIVERABLES.nuspec +++ b/source/nanoFramework.System.Math.DELIVERABLES.nuspec @@ -18,7 +18,7 @@ - + diff --git a/source/nanoFramework.System.Math.nuspec b/source/nanoFramework.System.Math.nuspec index 8c006dc..015409c 100644 --- a/source/nanoFramework.System.Math.nuspec +++ b/source/nanoFramework.System.Math.nuspec @@ -17,7 +17,7 @@ nanoFramework.System.Math assembly for nanoFramework C# projects nanoFramework C# csharp netmf netnf nanoFramework.System.Math - + diff --git a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj index 6c78c1c..94b5f0f 100644 --- a/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj +++ b/source/nanoFramework.System.Math/nanoFramework.System.Math.nfproj @@ -45,7 +45,7 @@ nanoFramework.System.Math - + false @@ -58,8 +58,8 @@ - - ..\packages\nanoFramework.CoreLibrary.1.1.0\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.1.1\lib\mscorlib.dll True diff --git a/source/nanoFramework.System.Math/packages.config b/source/nanoFramework.System.Math/packages.config index 7766460..6d3c1f6 100644 --- a/source/nanoFramework.System.Math/packages.config +++ b/source/nanoFramework.System.Math/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/source/version.json b/source/version.json index 28ad316..0219745 100644 --- a/source/version.json +++ b/source/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.0.2", + "version": "1.0.4", "assemblyVersion": { "precision": "revision" }, @@ -16,4 +16,4 @@ "setVersionVariables": true, "setAllVariables": true } -} \ No newline at end of file +}