Commit fbeedaa
authored
v1.0.0-alpha (#33)
* Add POST, PUT, DELETE support to BusinessCentralClient
Refactored request creation into CreateJsonRequest for consistency.
Added PostAsync, PutAsync, and DeleteAsync methods to both the client and its interface, with proper serialization and ETag handling.
Expanded XML docs for new methods.
Added unit tests for new operations, covering success and error cases.
* Make CreateJsonRequest a static method
Changed CreateJsonRequest from an instance to a static method in BusinessCentralClient, allowing it to be called without requiring an object instance. This improves clarity and usage for methods that do not depend on instance state.
* Bump version to 1.0.0-alpha in csproj
Updated the project version in Dynamics365.BusinessCentral.csproj from 0.1.10 to 1.0.0-alpha, marking the transition to a new major version and indicating an alpha release. No other changes were made.1 parent 6e099e3 commit fbeedaa
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments