Cloudinary.Core
1.31.0
Based on official cloudinary api, moved dotnet core.
Install-Package Cloudinary.Core -Version 1.31.0
dotnet add package Cloudinary.Core --version 1.31.0
<PackageReference Include="Cloudinary.Core" Version="1.31.0" />
paket add Cloudinary.Core --version 1.31.0
#r "nuget: Cloudinary.Core, 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
- Newtonsoft.Json (>= 9.0.1)
- System.ComponentModel.Primitives (>= 4.3.0)
- System.IO.FileSystem (>= 4.3.0)
- System.Net.Http (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
Used By
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Cloudinary.Core:
Package | Downloads |
---|---|
Cloudinary.Core.Sync
Based on official cloudinary api, moved dotnet core. Extension methods to bring back Api Synchronous calls.
|
|
Cloudinary.Core.DependencyInjection
Based on official cloudinary api, moved dotnet core.
|
|
Cloudinary.Core.Html
Based on official cloudinary api, moved dotnet core. Contains the original html methods as extension methods
|
|
N.Share_
N Shared Library(Microsevices Base Library)
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.31.0 | 37,568 | 3/1/2017 |
1.30.0 | 2,505 | 2/15/2017 |
1.30.0-camma | 592 | 1/27/2017 |
1.30.0-beta | 560 | 1/27/2017 |
1.30.0-alpha | 703 | 1/27/2017 |