Skip to content

Commit eb9ffb6

Browse files
committed
Update
1 parent 80cec03 commit eb9ffb6

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Cryptolens.Licensing/Cryptolens.Licensing.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ NB: There is also one for C++ (https://github.com/Cryptolens/cryptolens-cpp)</De
4444
</ItemGroup>
4545

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

5050
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' and $(DefineConstants.Contains('SYSTEM_MANAGEMENT'))">

Cryptolens.Licensing/articles/toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,6 @@
9393
- name: v4046
9494
href: v4046.md
9595
- name: v4047
96-
href: v4047.md
96+
href: v4047.md
97+
- name: v4048
98+
href: v4048.md
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Release notes for 4048
3+
---
4+
5+
# Release notes for v4048
6+
7+
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 commit comments

Comments
 (0)