Cloudinary.Core
1.31.0
dotnet add package Cloudinary.Core --version 1.31.0
NuGet\Install-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"
// Install Cloudinary.Core as a Cake Addin
#addin nuget:?package=Cloudinary.Core&version=1.31.0
// Install Cloudinary.Core as a Cake Tool
#tool nuget:?package=Cloudinary.Core&version=1.31.0
Based on official cloudinary api, moved dotnet core.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.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)
NuGet packages (5)
Showing the top 5 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. |
|
N.Share_
N Shared Library(Microsevices Base Library) |
|
Cloudinary.Core.Html
Based on official cloudinary api, moved dotnet core. Contains the original html methods as extension methods |
|
gohol-document-repos
Doc Repo |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.31.0 | 141,178 | 3/1/2017 |
1.30.0 | 9,429 | 2/15/2017 |
1.30.0-camma | 877 | 1/27/2017 |
1.30.0-beta | 840 | 1/27/2017 |
1.30.0-alpha | 1,045 | 1/27/2017 |
# 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