Skip to content

Commit

Permalink
updated version number to 4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vividos committed Mar 20, 2021
1 parent 6b2cf3f commit ef27296
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions src/SonarCloud.cmd
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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" ^
Expand Down
4 changes: 2 additions & 2 deletions src/nupkg/PushNuGetPackage.cmd
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
6 changes: 3 additions & 3 deletions src/nupkg/Vividos.UlibCpp.Static.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<package >
<metadata>
<id>Vividos.UlibCpp.Static</id>
<version>4.2.3.0</version>
<version>4.2.4.0</version>
<title>$title$</title>
<authors>Michael Fink</authors>
<owners>Michael Fink</owners>
<license type="expression">BSD-2-Clause</license>
<projectUrl>https://github.com/vividos/UlibCpp</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<summary>UlibCpp is a collection of useful C++ classes that help writing Win32 console, ATL and WTL applications faster.</summary>
<description>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.</description>
<description>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.</description>
<releaseNotes>See document: https://github.com/vividos/UlibCpp/blob/master/Changelog.md</releaseNotes>
<copyright>Copyright 2017-2020 Michael Fink</copyright>
<copyright>Copyright 2017-2021 Michael Fink</copyright>
<tags>native C++ WTL</tags>
</metadata>
<files>
Expand Down

0 comments on commit ef27296

Please sign in to comment.