From 75a76e2a2cdd00c39d433f47e3e10caa426c8527 Mon Sep 17 00:00:00 2001 From: Michael Fink Date: Sat, 21 Mar 2020 14:16:08 +0100 Subject: [PATCH] updated version number, changelog and .nuspec file for next release --- Changelog.md | 7 +++++++ src/SonarCloud.cmd | 2 +- src/nupkg/Vividos.UlibCpp.Static.nuspec | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index ca37a60..15c082a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,12 @@ # UlibCpp Changelog +# Version 4.2.1 + +Compiled with Visual Studio 2019 Version 16.5.0 and Boost 1.71. + +- Fixed crash in Win32::Taskbar class when internal ITaskbarList3 COM object + couldn't be accessed + # Version 4.2.0 Compiled with Visual Studio 2019 Version 16.4.3 and Boost 1.71. diff --git a/src/SonarCloud.cmd b/src/SonarCloud.cmd index f105475..2455012 100644 --- a/src/SonarCloud.cmd +++ b/src/SonarCloud.cmd @@ -33,7 +33,7 @@ rmdir .\bw-output /s /q 2> nul SonarScanner.MSBuild.exe begin ^ /k:"UlibCpp" ^ - /v:"4.2.0" ^ + /v:"4.2.1" ^ /d:"sonar.cfamily.build-wrapper-output=%CD%\bw-output" ^ /d:"sonar.coverageReportPaths=ulib-coverage.xml" ^ /d:"sonar.host.url=https://sonarcloud.io" ^ diff --git a/src/nupkg/Vividos.UlibCpp.Static.nuspec b/src/nupkg/Vividos.UlibCpp.Static.nuspec index 52c9298..acbef42 100644 --- a/src/nupkg/Vividos.UlibCpp.Static.nuspec +++ b/src/nupkg/Vividos.UlibCpp.Static.nuspec @@ -2,7 +2,7 @@ Vividos.UlibCpp.Static - 4.2.0.0 + 4.2.1.0 $title$ Michael Fink Michael Fink