WBPA.Amazon
1.0.2018.2530
Install-Package WBPA.Amazon -Version 1.0.2018.2530
dotnet add package WBPA.Amazon --version 1.0.2018.2530
<PackageReference Include="WBPA.Amazon" Version="1.0.2018.2530" />
paket add WBPA.Amazon --version 1.0.2018.2530
#r "nuget: WBPA.Amazon, 1.0.2018.2530"
// Install WBPA.Amazon as a Cake Addin
#addin nuget:?package=WBPA.Amazon&version=1.0.2018.2530
// Install WBPA.Amazon as a Cake Tool
#tool nuget:?package=WBPA.Amazon&version=1.0.2018.2530
The WBPA.Amazon assembly provides extensions and generic classes to help ease the usage towards AWS and is the core member of a range of wrappers tailored to the AWSSDK.
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 |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 1.4
- AWSSDK.Core (>= 3.3.25.3)
- Cuemon.Core (>= 5.0.2018.253)
- Cuemon.Reflection (>= 5.0.2018.251)
- NETStandard.Library (>= 1.6.1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on WBPA.Amazon:
Package | Downloads |
---|---|
WBPA.Amazon.SimpleQueueService
The WBPA.Amazon.SimpleQueueService assembly provides extensions and generic classes to help ease the use of AWS, and is the SQS member of a range of wrappers tailored to the AWSSDK. |
|
WBPA.Amazon.DynamoDb
The WBPA.Amazon.DynamoDb assembly provides extensions and generic classes to help ease the usage towards AWS and is the DynamoDb member of a range of wrappers tailored to the AWSSDK. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.2018.2530 | 1,107 | 9/18/2018 |
1.0.2018.2200 | 979 | 8/9/2018 |
1.0.2018.840 | 1,084 | 2/10/2018 |
1.0.0.2270 | 901 | 8/16/2017 |
1.0.2018.2530
* CHANGED - All NuGet references upgraded to latest and greatest
1.0.2018.2200
-
1.0.2018.840
* ADDED - Generic Manager class in the WBPA.Amazon.Runtime namespace that is an abstract class that provides a base-class for AWS implementations
* ADDED - ManagerOptions class in the WBPA.Amazon.Runtime namespace that specifies options that is related to Manager{TClient,TConfig} operations
* ADDED - AsyncOptions class in the WBPA.Amazon namespace that specifies options that is related to asynchronous operations
* ADDED - AttributeType enum in the WBPA.Amazon.Attributes namespace that define how the attribute values are handled by AWS
1.0.0.2270
* ADDED - ConstantClassCollection class in the WBPA.Amazon namespace that is an abstract class for establishing concrete implementations of the ConstantClass
* ADDED - New extensions in the WBPA.Amazon.Runtime.Internal namespace for IRequest: GetApproximateMessageSize
* ADDED - New extensions in the WBPA.Amazon.Runtime namespace for AmazonWebServiceRequest: Marshall
* ADDED - New extensions in the WBPA.Amazon namespace for Uri: ToRegionEndpoint