Skip to content

Commit

Permalink
updated version number, changelog and .nuspec file for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
vividos committed Mar 21, 2020
1 parent 5dcdb1b commit 75a76e2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/SonarCloud.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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" ^
Expand Down
2 changes: 1 addition & 1 deletion src/nupkg/Vividos.UlibCpp.Static.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Vividos.UlibCpp.Static</id>
<version>4.2.0.0</version>
<version>4.2.1.0</version>
<title>$title$</title>
<authors>Michael Fink</authors>
<owners>Michael Fink</owners>
Expand Down

0 comments on commit 75a76e2

Please sign in to comment.