Cloudinary.Core.Sync
1.31.0
Based on official cloudinary api, moved dotnet core. Extension methods to bring back Api Synchronous calls.
Install-Package Cloudinary.Core.Sync -Version 1.31.0
dotnet add package Cloudinary.Core.Sync --version 1.31.0
<PackageReference Include="Cloudinary.Core.Sync" Version="1.31.0" />
paket add Cloudinary.Core.Sync --version 1.31.0
#r "nuget: Cloudinary.Core.Sync, 1.31.0"
Release Notes
# 1.31.0
You project should still work, you might need to add Cloudinary.Core.Html if certain methods are missing.
* Reduce dependencies on Cloudinary.Core main project
* Extract Html components and put it into Cloudinary.Core.Html.
* Deprecate usage of internal StringDicionary and use `IDictionary<string, string>` instead
# 1.30.0
* Async first
* Replaced WebClient with HttpClient
* Moved Synchronous code to Cloudinary.Core.Sync (Extension methods on Cloudinary)
# 1.30.0-camma
* properly implemented Async for: UploadAsync & DeleteResourcesAsync
# 1.30.0-beta
* Code cleanup
* Better handling of async tasks
# 1.30.0-alpha
* Initial buildable solution:
* Contains custom simple rectangle struct.
* Throws whenever HttpContext.Current is used
* Removed Aspx references
Dependencies
-
.NETStandard 1.6
- Cloudinary.Core (>= 1.30.0)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Cloudinary.Core.Sync:
Package | Downloads |
---|---|
N.Share_
N Shared Library(Microsevices Base Library)
|
GitHub repositories
This package is not used by any popular GitHub repositories.