Skip to content

Commit

Permalink
version bump 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Iulian Masar committed Nov 8, 2022
1 parent c2a4571 commit fb4d776
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [3.6.1] - 2022-11-08
### Fixed

- Compatibility issue fixed (Restsharp, Unit tests) : https://github.com/Mangopay/mangopay2-net-sdk/pull/174

## [3.6.0] - 2022-10-06
### Added

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 6.0 for access to MANGOPAY API v2</Description>
<Authors>MangoPay</Authors>
<Version>3.6.0</Version>
<AssemblyVersion>3.6.0.0</AssemblyVersion>
<FileVersion>3.6.0.0</FileVersion>
<Version>3.6.1</Version>
<AssemblyVersion>3.6.1.0</AssemblyVersion>
<FileVersion>3.6.1.0</FileVersion>
<PackageId>mangopay2-sdk</PackageId>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.1|AnyCPU'">
Expand Down

0 comments on commit fb4d776

Please sign in to comment.