All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Add
UploadOnceReuseTwiceexample project for reusing uploaded files in multiple conversions (08dede5) - Add
GetConverterInfoDemoexample and implementGetConverterInfomethod (c9500df) - Add
DeleteFilesexample and implementDeleteFilesAsyncmethod (dd7e5d7)
- Refactor
ConvertApiFilestoConvertApiFileacross the codebase for clarity and consistency (46e77ef, 721b5ec) - Upgrade all example projects to .NET 6 for performance and modern SDK features (c0428d3)
- Rename
GetValueAsynctoGetUploadedFileAsync(mark old name obsolete) and updateUploadOnceReuseTwiceexample (868e16d) - Enhance
ConvertApiFileParamconstructor validation (4557675) - Make
UploadOnceReuseTwiceexample more robust with dynamic test file path resolution (a4a6e4b) - Make
CopyToAsyncawaitable inConvertApiExtensionfor improved asynchronous handling (9839cf5)
- Merge pull request #65 from
ConvertAPI/develop(86f0220) - Merge remote-tracking branch
origin/developintodevelop(5ef1683)