Skip to content

Commit 64b7402

Browse files
committed
Version Bump 3.1
1 parent c41f85a commit 64b7402

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.1] - 2022.05.12
2+
###Changed
3+
4+
####Updated libraries
5+
6+
The SDK relies on .Net 6.0. You should update your project and librairies accordingly.
7+
If you use a lower/older version, we will not be able to provide any support.
8+
19
## [3.0.0] - 2022.05.11
210
The .Net SDK has been revamped in order to increase performances and improve the developer experience.
311

MangoPay.SDK/MangoPay.SDK.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<Copyright>Copyright © 2022</Copyright>
77
<Description>.Net 5.0 for access to MANGOPAY API v2</Description>
88
<Authors>MangoPay</Authors>
9-
<Version>3.0.0</Version>
10-
<AssemblyVersion>3.0.0.0</AssemblyVersion>
11-
<FileVersion>3.0.0.0</FileVersion>
9+
<Version>3.1.0</Version>
10+
<AssemblyVersion>3.1.0.0</AssemblyVersion>
11+
<FileVersion>3.1.0.0</FileVersion>
1212
<PackageId>mangopay2-sdk</PackageId>
1313
</PropertyGroup>
1414
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.1|AnyCPU'">

0 commit comments

Comments
 (0)