Skip to content

Commit

Permalink
Version Bump 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJr committed May 12, 2022
1 parent c41f85a commit 64b7402
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.1] - 2022.05.12
###Changed

####Updated libraries

The SDK relies on .Net 6.0. You should update your project and librairies accordingly.
If you use a lower/older version, we will not be able to provide any support.

## [3.0.0] - 2022.05.11
The .Net SDK has been revamped in order to increase performances and improve the developer experience.

Expand Down
6 changes: 3 additions & 3 deletions MangoPay.SDK/MangoPay.SDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<Copyright>Copyright © 2022</Copyright>
<Description>.Net 5.0 for access to MANGOPAY API v2</Description>
<Authors>MangoPay</Authors>
<Version>3.0.0</Version>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<Version>3.1.0</Version>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<FileVersion>3.1.0.0</FileVersion>
<PackageId>mangopay2-sdk</PackageId>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.1|AnyCPU'">
Expand Down

0 comments on commit 64b7402

Please sign in to comment.