Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
artemlos committed Aug 30, 2024
1 parent 80cec03 commit eb9ffb6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cryptolens.Licensing/Cryptolens.Licensing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ NB: There is also one for C++ (https://github.com/Cryptolens/cryptolens-cpp)</De
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'net47' or '$(TargetFramework)' == 'net471' or '$(TargetFramework)' == 'net48'">
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' and $(DefineConstants.Contains('SYSTEM_MANAGEMENT'))">
Expand Down
4 changes: 3 additions & 1 deletion Cryptolens.Licensing/articles/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,6 @@
- name: v4046
href: v4046.md
- name: v4047
href: v4047.md
href: v4047.md
- name: v4048
href: v4048.md
7 changes: 7 additions & 0 deletions Cryptolens.Licensing/articles/v4048.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Release notes for 4048
---

# Release notes for v4048

The User class was added (which you can read more about in https://help.cryptolens.io/examples/user-verification) and we have also upgraded the Newtonsoft.Json version to 13.0.3.

0 comments on commit eb9ffb6

Please sign in to comment.