[FND-3] Release 7.0.0 #46
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces a major version update for the Advanced Billing SDK, along with dependency updates, minor code cleanups, and documentation adjustments. The most significant changes include updating the SDK version, modifying the
userAgentstring, and upgrading a dependency version. Additionally, there are minor formatting changes and adjustments to optional parameter descriptions in several methods.Major Version Update and Dependency Changes:
6.1.0.0to7.0.0.0inAdvancedBilling.Standard.csprojand theuserAgentstring inAdvancedBillingClient.cs. [1] [2]APIMatic.Coredependency version range from[0.4.6, 0.5.0)to[0.4.10, 0.5.0)inAdvancedBilling.Standard.csproj.Code Cleanup:
BasicAuthManager.cs. [1] [2]Documentation and Parameter Adjustments:
body) in multiple methods across various controllers, such asAdvanceInvoiceController,ComponentPricePointsController, andComponentsController. These changes remove the "Example: ." text, leaving just "Optional parameter: .". [1] [2] [3]These changes collectively ensure the SDK is up-to-date, with improved maintainability and cleaner documentation.