Skip to content

Commit fbeedaa

Browse files
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

File tree

src/Dynamics365.BusinessCentral/Dynamics365.BusinessCentral.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Nullable>enable</Nullable>
88

99
<PackageId>Dynamics365.BusinessCentral</PackageId>
10-
<Version>0.1.10</Version>
10+
<Version>1.0.0-alpha</Version>
1111
<Authors>Daniel Rückenbach</Authors>
1212
<Company>KRAL GmbH</Company>
1313

0 commit comments

Comments
 (0)