ConvertAPI / convertapi-library-dotnet

A .NET library for the ConvertAPI
https://www.convertapi.com
Other
22 stars 8 forks source link

Remove non-async methods from the library #49

Closed tomasr78 closed 1 year ago

tomasr78 commented 1 year ago

Remove non-async methods from the library. You can always make the async method non-async using GetAwaiter().GetResult()