Skip to content

Releases: apimatic/core-lib-csharp

Version 0.2.1

Choose a tag to compare

@github-actions github-actions released this 16 Feb 10:42
89b628c

0.2.1 (2023-02-16)

Continuous Integration

  • security-enhancement: add MIT license and setup dependency review (#33) (89b628c)

Version 0.2.0

Choose a tag to compare

@github-actions github-actions released this 31 Jan 10:27
2a0569a

0.2.0 (2023-01-31)

Features

  • dynamic-errors: add the support for dynamic errors (8232ec9)
  • map-of-complextypes: add the support for map of complex type in query parameters (#23) (c4bb5cb), closes #22

Build Systems

  • release: add package icon for the nuget package (#29) (2b236c0), closes #28

Version 0.1.1

Choose a tag to compare

@github-actions github-actions released this 04 Jan 07:17
020b24f

0.1.1 (2023-01-04)

Code Refactoring

  • decrease-complexity: refactor to decrease complexity (#21) (020b24f)

Documentation

  • removed language requirement section (#18) (193a577)

Version 0.1.0

Choose a tag to compare

@github-actions github-actions released this 27 Dec 11:07
7eef79e

0.1.0 (2022-12-27)

APIMatic has introduced a core library to provide a stable runtime that powers all functionality of our SDKs. In this release, we have revamped our CSharp SDKs to improve the code quality and provide better test coverage.
The core library consists of classes that are used to make up the CSharp SDK. They help the SDKs to create and execute requests and responses using the best practices of CSharp language.

Some of the main features that the core library introduces in our CSharp SDKs are:

  • Processing of the request
  • Request creation
  • Execution of the request
  • Response handling
  • Unit testing

This feature is rigorously tested to guarantee the highest level of speed and stability. Read more