From ef27296a3cc43b07c1fdc61dce2a4221cf65efa5 Mon Sep 17 00:00:00 2001 From: Michael Fink Date: Sat, 20 Mar 2021 11:39:31 +0100 Subject: [PATCH] updated version number to 4.2.4 --- Changelog.md | 6 ++++++ LICENSE.md | 2 +- appveyor.yml | 4 ++-- src/SonarCloud.cmd | 4 ++-- src/nupkg/PushNuGetPackage.cmd | 4 ++-- src/nupkg/Vividos.UlibCpp.Static.nuspec | 6 +++--- 6 files changed, 16 insertions(+), 10 deletions(-) diff --git a/Changelog.md b/Changelog.md index 27218d3..60eb837 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,11 @@ # UlibCpp Changelog +# Version 4.2.4 + +Compiled with Visual Studio 2019 Version 16.9.1 and Boost 1.72. + +No new classes or functions. + # Version 4.2.3 Compiled with Visual Studio 2019 Version 16.8.2 and Boost 1.72. diff --git a/LICENSE.md b/LICENSE.md index 3799c47..fc2b1e1 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # BSD 2-Clause License -Copyright (c) 2017-2020, vividos +Copyright (c) 2017-2021, vividos All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/appveyor.yml b/appveyor.yml index 0d76e42..bc64032 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,10 +1,10 @@ # # ulib - a collection of useful classes -# Copyright (C) 2020 Michael Fink +# Copyright (C) 2020-2021 Michael Fink # # AppVeyor build configuration file # -version: 4.2.3.{build} +version: 4.2.4.{build} image: Visual Studio 2019 diff --git a/src/SonarCloud.cmd b/src/SonarCloud.cmd index d5b4168..cfb2464 100644 --- a/src/SonarCloud.cmd +++ b/src/SonarCloud.cmd @@ -1,7 +1,7 @@ @echo off REM REM ulib - a collection of useful classes -REM Copyright (C) 2000-2020 Michael Fink +REM Copyright (C) 2000-2021 Michael Fink REM REM Runs SonarCloud analysis build REM @@ -33,7 +33,7 @@ rmdir .\bw-output /s /q 2> nul SonarScanner.MSBuild.exe begin ^ /k:"UlibCpp" ^ - /v:"4.2.3" ^ + /v:"4.2.4" ^ /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/PushNuGetPackage.cmd b/src/nupkg/PushNuGetPackage.cmd index 1e24e46..af26c92 100644 --- a/src/nupkg/PushNuGetPackage.cmd +++ b/src/nupkg/PushNuGetPackage.cmd @@ -1,7 +1,7 @@ @echo off REM REM ulib - a collection of useful classes -REM Copyright (C) 2000-2020 Michael Fink +REM Copyright (C) 2000-2021 Michael Fink REM REM Pushes NuGet package to NuGet.org REM @@ -11,6 +11,6 @@ if "%NUGET_APIKEY%" == "" echo "Note: API keys are managed under https://www.nug if "%NUGET_APIKEY%" == "" exit 1 nuget setApiKey %NUGET_APIKEY% -nuget push Vividos.UlibCpp.Static.4.2.3.nupkg -Source https://www.nuget.org/api/v2/package +nuget push Vividos.UlibCpp.Static.4.2.4.nupkg -Source https://www.nuget.org/api/v2/package pause diff --git a/src/nupkg/Vividos.UlibCpp.Static.nuspec b/src/nupkg/Vividos.UlibCpp.Static.nuspec index 67065f0..05c3737 100644 --- a/src/nupkg/Vividos.UlibCpp.Static.nuspec +++ b/src/nupkg/Vividos.UlibCpp.Static.nuspec @@ -2,7 +2,7 @@ Vividos.UlibCpp.Static - 4.2.3.0 + 4.2.4.0 $title$ Michael Fink Michael Fink @@ -10,9 +10,9 @@ https://github.com/vividos/UlibCpp true UlibCpp is a collection of useful C++ classes that help writing Win32 console, ATL and WTL applications faster. - UlibCpp is a collection of useful C++ classes that help writing Win32 console, ATL and WTL applications faster. This is the static library package. Supported platforms are Win32 and x64. The package was built with Visual Studio 2019 Version 16.8.2. Use this package together with Boost 1.72.0 and WTL 10. The library is licensed under the BSD 2-clause license. + UlibCpp is a collection of useful C++ classes that help writing Win32 console, ATL and WTL applications faster. This is the static library package. Supported platforms are Win32 and x64. The package was built with Visual Studio 2019 Version 16.9.1. Use this package together with Boost 1.72.0 and WTL 10. The library is licensed under the BSD 2-clause license. See document: https://github.com/vividos/UlibCpp/blob/master/Changelog.md - Copyright 2017-2020 Michael Fink + Copyright 2017-2021 Michael Fink native C++ WTL