Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Announce C++ library fix #16

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/_data/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
# image: <IMAGE-PATH>; e.g. assets/images/changelog/netlicensing-pricing-table.gif
# url: <LEARN-MORE-URL>; e.g. https://netlicensing.io/wiki/signing-the-response

- title: "NetLicensing C++ Client Library Update"
description: "In this release, we have enhanced the mapping of custom properties from NetLicensing entities to ensure seamless integration with C++ client library objects. Additionally, we have resolved an issue with the 'expirationTime' mapping, providing more accurate license management."
date: 2024-08-13
component: Client Libraries
features:
- updated: Mapped custom properties of NetLicensing entities to corresponding C++ client library objects
- fixed: Corrected the ‘expirationTime’ mapping in the C++ client library
url: https://github.com/Labs64/NetLicensingClient-cpp

- title: "NetLicensing Management Console Update v2.10.1"
description: "This update focuses on enhancing the security, performance, and usability of the NetLicensing Management system. Key improvements include optimized resource loading, and crucial bug fixes to ensure smoother operations in the Bundle Shop Token creation processes."
date: 2024-08-12
Expand Down
Loading